Enable carousel on mobile
This commit is contained in:
parent
ca383fc91d
commit
80426d53c4
1 changed files with 5 additions and 2 deletions
|
@ -194,6 +194,9 @@ $banner-height: 700px;
|
|||
}
|
||||
@include max-screen(480px) {
|
||||
.navbar-pre .navbar-nav,
|
||||
#carousel-banner { display: none !important; }
|
||||
#banner { margin-top: 100px; }
|
||||
#carousel-banner {
|
||||
.carousel-caption { left: 0px; right: 0px; }
|
||||
.carousel-inner { margin-bottom: 0px; }
|
||||
}
|
||||
//#banner { margin-top: 100px; }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue