mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
top menu now at top on mobile
This commit is contained in:
@@ -87,6 +87,12 @@ display: inline;
|
||||
height: 128px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px){
|
||||
.navbar-fixed, #nav, .control-list{
|
||||
position: relative !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 992px){
|
||||
.navbar-fixed {
|
||||
height: 64px;
|
||||
|
||||
Reference in New Issue
Block a user