mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Apparently I don't know how "initial" works
This commit is contained in:
parent
931bed929a
commit
e2bf884052
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ html {
|
||||||
font-size: 106%;
|
font-size: 106%;
|
||||||
|
|
||||||
max-width: 45em;
|
max-width: 45em;
|
||||||
padding: initial 2%;
|
padding: 0 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 45em is too wide for long body text. */
|
/* 45em is too wide for long body text. */
|
||||||
|
@ -126,7 +126,7 @@ figure {
|
||||||
|
|
||||||
/* figcaptions should be distinct from surrounding paragraphs tho */
|
/* figcaptions should be distinct from surrounding paragraphs tho */
|
||||||
figure:not([itemtype]) figcaption {
|
figure:not([itemtype]) figcaption {
|
||||||
margin: initial 10%;
|
margin: 0 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile optimization: nav links are tappable with fat fingers */
|
/* Mobile optimization: nav links are tappable with fat fingers */
|
||||||
|
|
Loading…
Reference in a new issue