fix unordered list styling

This commit is contained in:
2019-10-02 12:36:44 -04:00
parent 5dda5eda9d
commit cb57857c1d
+6 -2
View File
@@ -393,10 +393,14 @@ body {
} }
ul { ul {
list-style-position: inside; list-style-position: outside;
list-style-type: square; list-style-type: square;
margin-left: 12px; margin-left: 1.5em;
padding-left: 0; padding-left: 0;
li {
padding-left: 0.25em;
}
} }
hr { hr {