Don't display responsive nav button in footer
Tom Rutgers
committed Aug 30, 2018
commit b7ecd9353be2aec6bbae73aa665289c5fe77f1aa
Showing 1
changed file with
7 additions
and 1 deletions
source/stylesheets/demo/shared/_footer.scss
+7
-1
| @@ | @@ -89,11 +89,17 @@ footer { |
| .logo a { | |
| padding-left: 15px | |
| } | |
| + | .nav-button { |
| + | display: none; |
| + | } |
| .navigation { | |
| display: block; | |
| position: relative; | |
| top: auto; | |
| - | border-top: 2px solid rgba(255, 255, 255, 0.1) |
| + | border-top: 2px solid rgba(255, 255, 255, 0.1); |
| + | li { |
| + | margin: 15px 0; |
| + | } |
| } | |
| ul { | |
| padding-left: 15px; | |