0
0

Fixed padding

This commit is contained in:
Opnxng 2024-01-25 20:54:58 +08:00
parent 7cc6ea9acb
commit b290cb4ba7
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ date: 2023-01-01
* | *
------- | -------
23.01 | We are experiencing more downtime than usual. Working on a fix!
01.01 | We recommend [Predirect](https://github.com/libreom/predirect){target="_blank"}, a cross-platform extension that automatically redirects popular sites to privacy friendly frontends
 |[2023](/)
30.12 | Fixed a long-standing issue of Mlmym. Sorry for not noticing it earlier!

View File

@ -89,7 +89,7 @@ input:focus, select:focus, textarea:focus, button:focus {
max-width: 26.5rem;
margin: 0 auto;
text-align: center;
padding: calc(var(--font-size) * var(--line-height) * 3.6) var(--font-size) 0;
padding: calc(var(--font-size) * var(--line-height) * 2.6) var(--font-size) 0;
}
@media (pointer: none), (pointer: coarse) {
.wrapper {