nnwhen.com/poetry/poem-style.css
2025-01-24 20:47:22 +02:00

17 lines
225 B
CSS

#poem {
width: min(95%, 750px);
margin: auto;
font-family: "mono", monospace;
font-size: 0.875rem;
}
#poem h1 {
text-align: center;
margin: 0;
}
#poem p {
font-size: 1.125rem;
}
ol,
ul {
padding-left: 48px;
}