forked from bofh/fetsite
Responsive Menubar springt direkt auf 100% Kopfzeile um
Kann einfach rückgängig gemacht werden, indem in bootstrap- responsive.scss die earlymax-classe bearbeitet/gelöscht wird.
This commit is contained in:
5
app/assets/stylesheets/bootstrap-responsive.scss
vendored
Normal file
5
app/assets/stylesheets/bootstrap-responsive.scss
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
@import "bootstrap/responsive";
|
||||
@media (max-width: 979px){
|
||||
.earlymax {
|
||||
min-width: 100%;
|
||||
}}
|
||||
Reference in New Issue
Block a user