Add styles for uls

This commit is contained in:
Martín González
2017-01-18 15:02:32 +01:00
parent 90e071c218
commit bf1a23bd53

View File

@@ -129,6 +129,11 @@ $epigraph-line-height: rem-calc(22);
line-height: $epigraph-line-height; line-height: $epigraph-line-height;
} }
ul {
font-size: $epigraph-font-size;
line-height: $epigraph-line-height;
}
h4 { h4 {
font-size: $base-font-size; font-size: $base-font-size;
} }