li line height

This commit is contained in:
2017-08-07 17:58:58 -05:00
committed by Mark Moser
parent 36d0108e73
commit 0dd781d0b7
3 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
header,
main,
footer {
padding: 0 $gutter;
padding: 0;
}

View File

@ -0,0 +1,3 @@
li {
line-height: 1.5;
}

View File

@ -7,6 +7,7 @@
@import 'generic/reset';
@import 'elements/typography';
@import 'elements/ul';
@import 'elements/nav';
@import 'elements/icons';
@import 'elements/cta';