Commit df18e63862063988f54bb1cb5e734b145c18aef6
1 parent
9051b697
Exists in
master
Minor layout fix
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
view/css/main.css
| ... | ... | @@ -65,8 +65,10 @@ body { |
| 65 | 65 | color: #ffffff; |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | -.navbar-default .navbar-nav .open .dropdown-menu>li>a { | |
| 69 | - color: #ffffff; | |
| 68 | +@media screen and (max-width: 768px) { | |
| 69 | + .navbar-default .navbar-nav .open .dropdown-menu>li>a { | |
| 70 | + color: #ffffff; | |
| 71 | + } | |
| 70 | 72 | } |
| 71 | 73 | |
| 72 | 74 | .col-centered { | ... | ... |