Mobile navigation styles

This commit is contained in:
Gregory Ballantine 2016-11-18 12:30:05 -05:00
parent 5d3487f45d
commit 8b6d34ebcf
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,12 @@
.navbar-header
text-align: center
.navbar-collapse
background: rgba(#212121, .85)
border-radius: 5px
border: 1px solid #212121
box-shadow: inset 0 0 6px #212121
ul
list-style: none
text-align: center

File diff suppressed because one or more lines are too long