Files
limnoria.net/style.css
James Lu 3b6f0d53a2 Bump max-width to 60em
As discussed on IRC, this allows easier reading on a widescreen display.
2021-04-29 20:27:01 +02:00

15 lines
178 B
CSS

body {
max-width: 60em;
text-align: justify;
margin: auto;
}
dl.commands dt {
font-family: monospace;
}
dd {
margin-top: 0.1em;
margin-bottom: 0.5em;
}