fixes heading inside ul html issue

This commit is contained in:
decabeza
2017-08-09 18:33:09 +02:00
parent 411fb96ec7
commit 7becda96ed
3 changed files with 17 additions and 18 deletions

View File

@@ -216,9 +216,8 @@ a {
}
.menu.vertical {
background: #fff;
margin: $line-height 0;
padding: $line-height;
padding: $line-height 0;
li {
margin-bottom: $line-height;
@@ -416,6 +415,7 @@ header {
.menu {
&.is-dropdown-submenu {
background: #fff;
margin: 0;
margin-top: rem-calc(-24);
padding: 0;