Fix list alignment and markdown renderer quirk
This commit is contained in:
@@ -132,6 +132,15 @@ $epigraph-line-height: rem-calc(22);
|
|||||||
ul {
|
ul {
|
||||||
font-size: $epigraph-font-size;
|
font-size: $epigraph-font-size;
|
||||||
line-height: $epigraph-line-height;
|
line-height: $epigraph-line-height;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
|
||||||
|
p {
|
||||||
|
display: inline;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|||||||
Reference in New Issue
Block a user