fix navbar so that when browser width is small, it doesn't overlap heading
This commit is contained in:
@ -97,11 +97,14 @@ div.sidebarTitle {
|
||||
}
|
||||
|
||||
li.sidebarTitle {
|
||||
margin-top:40px;
|
||||
margin-top:20px;
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
color: #ED1951;
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
|
||||
}
|
||||
|
||||
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
|
||||
background-color: #E50E51;
|
||||
}
|
||||
|
Reference in New Issue
Block a user