mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-27 20:14:20 +00:00
16 lines
180 B
CSS
16 lines
180 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
padding: 2rem 1.25rem;
|
||
|
max-width: 600px;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
p, h1, h2, h3, ul, pre {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
pre {
|
||
|
display: block;
|
||
|
overflow-x: auto;
|
||
|
}
|