mirror of
https://github.com/Limnoria/limnoria.net.git
synced 2025-04-07 07:49:48 +00:00
15 lines
178 B
CSS
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;
|
|
}
|