1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 13:46:38 -04:00

fix unordered list styling

This commit is contained in:
2019-10-02 12:36:44 -04:00
parent 5dda5eda9d
commit cb57857c1d

View File

@ -393,10 +393,14 @@ body {
}
ul {
list-style-position: inside;
list-style-position: outside;
list-style-type: square;
margin-left: 12px;
margin-left: 1.5em;
padding-left: 0;
li {
padding-left: 0.25em;
}
}
hr {