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

Revert to default font size, reduce body padding

It was getting annoying to fit stuff in a small viewport and the default
size isn't so bad tbh.
This commit is contained in:
Rohan Kumar 2022-04-05 20:20:56 -07:00
parent ba637cf1db
commit 0666dcd715
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -14,7 +14,7 @@ html {
* further apart. Dyslexic users prefer the spacing too.
* <100dpi screens: sans-serif is better. Why did browsers settle
* on serif being the default?? */
font: 105%/1.5 sans-serif;
font: 100%/1.5 sans-serif;
/* Aligning to the center with space on both sides prevents accidental
* link activation on mobile devices. */
@ -27,7 +27,7 @@ html {
@media screen {
html {
max-width: 45em;
padding: 0 3%;
padding: 0 2%;
}
.e-content {