From 6c4268defec50060a077a46965d9d85679bbf104 Mon Sep 17 00:00:00 2001 From: filifa Date: Mon, 27 May 2024 09:37:59 -0500 Subject: [PATCH] adjust list styling --- styles.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/styles.css b/styles.css index 1f2637c..938483b 100644 --- a/styles.css +++ b/styles.css @@ -100,6 +100,22 @@ h1, h2, h3, h4, h5, h6 { text-align: left; } +ul { + padding-left: 2ch; +} + +ol { + padding-left: 3ch; +} + +ol ol { + list-style: lower-alpha +} + +ol ol ol { + list-style: lower-roman +} + @media screen and (min-width: 80ch) { main { display: flex;