Fix ordered list

This commit is contained in:
Ruben 2025-10-05 22:28:11 +02:00
parent 4f4dfe8eed
commit 32c470d2d6

View file

@ -18,7 +18,7 @@
/* GLOBAL */
html { font-family: var(--font-body); font-size: clamp(16px, 2.3vw, 20px); scroll-behavior: smooth; }
body { margin: 0; color: var(--color-grey) }
p, ul { line-height: 1.5em; hyphens: auto }
p, ul, ol { line-height: 1.5em; hyphens: auto }
img { max-width: 100%; height: auto; }
h1 { color: var(--color-green); font-size: 2.3rem }
h1, h2, h3, h4, h5, h6 {
@ -115,8 +115,6 @@ main {
}
}
/* FOOTER */
/* BUTTONS */
.button {
display: inline-block;
@ -160,6 +158,8 @@ main {
}
}
/* FOOTER */
footer {
color: var(--color-green-light);
a {