Remove list-style-type because it was causing the li to render without any height

This commit is contained in:
leigh-mil 2019-08-06 09:55:00 -04:00
parent 7afc24deb1
commit d7cd913881

View File

@ -46,7 +46,6 @@
margin: 0; margin: 0;
li { li {
list-style-type: none;
font-weight: $font-bold; font-weight: $font-bold;
border-bottom: 1px solid $color-gray-lightest; border-bottom: 1px solid $color-gray-lightest;
margin: 0; margin: 0;