mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-24 03:01:11 +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;
|
|
}
|