kill margin-bottom on li

This commit is contained in:
Nick Pegg 2018-01-27 12:59:59 -08:00
parent 3d495dc781
commit 51a5ac5868

View file

@ -14,6 +14,10 @@ article section img {
margin-right: auto;
}
ul li {
margin-bottom: 0;
}
pre code {
font-family: 'Source Code Pro', monospace;
font-size: 80%;