top menu now at top on mobile

This commit is contained in:
Nicolas A. Tonne
2015-04-30 17:26:04 +02:00
parent 70288779ee
commit d3178f549b

View File

@@ -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;