font px to rem

This commit is contained in:
NNWHEN 2025-01-24 20:47:22 +02:00
parent 1c53185edc
commit 2d6f9d985b
7 changed files with 25 additions and 25 deletions

View file

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