diff --git a/page/style.css b/page/style.css index 3760c24..ec401b8 100644 --- a/page/style.css +++ b/page/style.css @@ -70,10 +70,19 @@ body { font-size: 0; font-family: "Ubuntu", sans-serif; } -span { +span, li::marker { display: block; font-size: 1rem; } +ul, ol { + display: flex; + flex-direction: column; + flex-wrap: nowrap; + gap: 1rem; +} +ul > li, ol > li { + text-align: start; +} a { text-decoration: none; }