GUAC-587: Contain each menu section within its own div.

This commit is contained in:
Michael Jumper
2015-05-05 15:26:37 -07:00
parent 3128b69db6
commit d8512531c6
2 changed files with 68 additions and 58 deletions

View File

@@ -127,12 +127,6 @@
flex: 0 0 auto;
}
#menu h3 {
margin: 0;
padding: 0;
padding-bottom: 1em;
}
#menu .content {
padding: 0;
@@ -165,7 +159,13 @@
}
#menu .content + h3 {
.menu-section h3 {
margin: 0;
padding: 0;
padding-bottom: 1em;
}
.menu-section ~ .menu-section h3 {
padding-top: 1em;
}