fix navbar so that when browser width is small, it doesn't overlap heading

This commit is contained in:
Tom Johnson
2017-06-28 00:05:50 -07:00
parent fad29f113b
commit 2ae9227831
6 changed files with 55 additions and 13 deletions

View File

@ -103,7 +103,7 @@ div.sidebarTitle {
}
li.sidebarTitle {
margin-top:40px;
margin-top:20px;
font-weight:normal;
font-size:130%;
color: #ED1951;
@ -111,3 +111,11 @@ li.sidebarTitle {
margin-left: 5px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background-color: #015CAE;
}
.navbar-inverse .navbar-toggle {
border-color: #015CAE;
}