Remove a workaround put in for list styling

This was useful with the reset.css stylesheet, but now that has been removed,
remove this too.
This commit is contained in:
Christopher Baines 2020-01-02 21:18:50 +00:00
parent 75665e3203
commit 467dcf736a
1 changed files with 0 additions and 5 deletions

View File

@ -63,11 +63,6 @@ ul.blocks li + li:before {
content: ", ";
}
ul {
list-style: unset;
padding-left: 40px;
}
p {
max-width: 70rem;
}