Prevent large spacing on list items

This commit is contained in:
David Darnes 2018-01-01 21:26:52 +00:00
parent bb666b1320
commit e6de56532d

View File

@ -154,6 +154,13 @@ video {
hr {
width: 100%;
}
li {
margin-bottom: .3em;
> p {
padding: 0;
margin: 0;
}
}
pre {
white-space: pre;
overflow-x: scroll;