add slight breathing room below expandable list in nav
authorDan Allen <dan@opendevise.com>
Tue, 7 Aug 2018 21:09:18 +0000 (15:09 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 7 Aug 2018 21:09:18 +0000 (15:09 -0600)
src/css/navigation-menu.css

index 2820a7c..a59da6d 100644 (file)
@@ -68,11 +68,10 @@ html.is-clipped--nav {
   margin-top: 0.5em;
 }
 
-/* adds some breathing room below a nested list
-.nav-item .nav-list {
-  margin-bottom: 0.625rem;
+/* adds some breathing room below a nested list */
+.nav-toggle ~ .nav-list {
+  padding-bottom: 0.125rem;
 }
-*/
 
 /* matches list without a title */
 .nav-item[data-depth="0"] > .nav-list:first-child {