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

Reduce margins

We still clear 48px
This commit is contained in:
Rohan Kumar 2022-08-02 18:04:51 -07:00
parent 385ea60c55
commit f4fe706cab
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -99,7 +99,7 @@ html {
* containing lists of interactives, with 8px in between. * containing lists of interactives, with 8px in between.
* Don't use relative units here; this margin shouldn't scale with * Don't use relative units here; this margin shouldn't scale with
* zoom, or else text will get narrower with zoom. */ * zoom, or else text will get narrower with zoom. */
padding: 0 16px; padding: 0 14px;
} }
/* 45em is too wide for long body text. /* 45em is too wide for long body text.