improves margins on simple menus

This commit is contained in:
decabeza
2017-09-13 13:27:53 +02:00
parent eccbe9f833
commit 6b0f9746ef

View File

@@ -205,7 +205,7 @@ a {
.menu.simple { .menu.simple {
border-bottom: 1px solid $border; border-bottom: 1px solid $border;
margin: $line-height 0; margin-bottom: $line-height;
li { li {
padding-bottom: rem-calc(7); padding-bottom: rem-calc(7);