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;