Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _sidebar-navigation.scss
index 17efed3a06129a658e5a29b865e6a44daf68818a..22e8235a6c8a404ef2529705b58c2eb30e437eb3 100644 (file)
@@ -6,8 +6,8 @@
 .c-sidebar-navigation {
   font-size: 0.9em;
   margin-bottom: 20px;
-  padding-bottom: 20px;
-  border-bottom: 1px solid $c-grayMedium;
+  padding: 0 15px 20px;
+  border-bottom: 1px solid $c-gray;
 }
 
 .c-sidebar-navigation__item {