Make nested uls work

This commit is contained in:
Salt 2021-01-19 20:16:42 -06:00
parent 025974647f
commit 83868be6a0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ nav ul li:after {
.content ul {
list-style-type: none;
margin: 0;
padding: 0 0 1em 0;
padding: 0 0 1em 1em;
}
.content ul li:before {
content: "* ";