rot/www/style.css
Isaac Lewis 93d30eeb52 init
2025-11-11 14:24:19 -08:00

16 lines
162 B
CSS

body {
padding: 2px;
max-width: 550px;
margin: 0 auto;
}
h1 {
font-size: 4em;
margin-bottom: 0px;
}
#poem {
margin-top: 70px;
white-space: pre;
}