fix: ul missing css

This commit is contained in:
Vincent Giersch 2017-04-17 11:38:31 +02:00 committed by Roman Hotsiy
parent 585b9cfb56
commit 303b49e918

View File

@ -240,6 +240,9 @@ footer {
padding-left: 2em;
margin: 0;
margin-bottom: 1em;
font-family: $base-font, $base-font-family;
font-weight: $base-font-weight;
line-height: $base-line-height;
}
table {