1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Apparently I don't know how "initial" works

This commit is contained in:
Rohan Kumar 2022-04-25 22:28:10 -07:00
parent 931bed929a
commit e2bf884052
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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 */