Mobile navigation styles

This commit is contained in:
Gregory Ballantine 2016-11-18 12:41:46 -05:00
parent 49db3be81a
commit 0e8d9dcdc2
2 changed files with 8 additions and 7 deletions

View File

@ -11,12 +11,6 @@
.navbar-header
text-align: center
.navbar-collapse
background: #212121
border-radius: 5px
border: 1px solid #212121
box-shadow: inset 0 0 6px #212121
ul
list-style: none
text-align: center
@ -63,3 +57,10 @@
&:hover
color: $main-color
@media (max-width: 767px)
.navbar-collapse
background: #212121
border-radius: 5px
border: 1px solid #212121
box-shadow: inset 0 0 6px #212121

File diff suppressed because one or more lines are too long