adjust list styling
This commit is contained in:
16
styles.css
16
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;
|
||||
|
||||
Reference in New Issue
Block a user