Files
limnoria.net/style.css
2020-05-21 21:56:00 +02:00

15 lines
178 B
CSS

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