fix navbar so that when browser width is small, it doesn't overlap heading
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user