Fix list alignment and markdown renderer quirk

This commit is contained in:
Martín González
2017-01-18 15:26:23 +01:00
parent bf1a23bd53
commit bf91f0731d

View File

@@ -132,6 +132,15 @@ $epigraph-line-height: rem-calc(22);
ul {
font-size: $epigraph-font-size;
line-height: $epigraph-line-height;
li {
margin-bottom: 1rem;
p {
display: inline;
margin-bottom: 0;
}
}
}
h4 {