Bump max-width to 60em

As discussed on IRC, this allows easier reading on a widescreen display.
This commit is contained in:
James Lu
2021-04-29 11:23:51 -07:00
committed by Valentin Lorentz
parent 0a800e48eb
commit 3b6f0d53a2

View File

@ -1,5 +1,5 @@
body {
max-width: 40em;
max-width: 60em;
text-align: justify;
margin: auto;
}