remove margin below nested nav list
authorDan Allen <dan@opendevise.com>
Tue, 7 Aug 2018 20:46:21 +0000 (14:46 -0600)
committerDan Allen <dan@opendevise.com>
Tue, 7 Aug 2018 20:46:21 +0000 (14:46 -0600)
src/css/navigation-menu.css

index 88aeb6f..2820a7c 100644 (file)
@@ -65,18 +65,14 @@ html.is-clipped--nav {
 .nav-item {
   list-style: none;
   position: relative;
-  /*
-  margin-top: 0.375em;
-  */
   margin-top: 0.5em;
 }
 
+/* adds some breathing room below a nested list
 .nav-item .nav-list {
-  /*
-  margin-bottom: 0.5rem;
-  */
   margin-bottom: 0.625rem;
 }
+*/
 
 /* matches list without a title */
 .nav-item[data-depth="0"] > .nav-list:first-child {