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

fix list styles, no clue when/how they got messed up

This commit is contained in:
2021-05-27 11:33:15 -04:00
parent 80ea194c74
commit b02efa77b4
2 changed files with 10 additions and 2 deletions

View File

@ -49,8 +49,9 @@ div#content {
}
}
ul {
margin-left: 1em;
ul,
ol {
margin-left: 1.5em;
padding-left: 0;
li {