Fixed padding
This commit is contained in:
parent
7cc6ea9acb
commit
b290cb4ba7
@ -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
|
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](/)
|
|[2023](/)
|
||||||
30.12 | Fixed a long-standing issue of Mlmym. Sorry for not noticing it earlier!
|
30.12 | Fixed a long-standing issue of Mlmym. Sorry for not noticing it earlier!
|
||||||
|
@ -89,7 +89,7 @@ input:focus, select:focus, textarea:focus, button:focus {
|
|||||||
max-width: 26.5rem;
|
max-width: 26.5rem;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
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) {
|
@media (pointer: none), (pointer: coarse) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user