nnwhen.com/poetry/poem-style.css

18 lines
225 B
CSS
Raw Normal View History

2025-01-10 22:32:49 +02:00
#poem {
width: min(95%, 750px);
margin: auto;
font-family: "mono", monospace;
2025-01-24 20:47:22 +02:00
font-size: 0.875rem;
2025-01-10 22:32:49 +02:00
}
#poem h1 {
text-align: center;
margin: 0;
}
#poem p {
2025-01-24 20:47:22 +02:00
font-size: 1.125rem;
2025-01-10 22:32:49 +02:00
}
2025-01-18 02:53:40 +02:00
ol,
ul {
padding-left: 48px;
}