Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed May 9, 2018
1 parent f0f3e7a commit 65e45da
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1248,3 +1248,40 @@ font-family: 'Oswald', sans-serif; font-weight:500;} .btn_1:hover, .btn_1:focus{
.inner_main_title2 .center_heading h1{ font-size:30px;}

}

/* Fix navbar-collapse */
@media (max-width: 992px) {
.navbar-header {
float: none;
}
.navbar-left,.navbar-right {
float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}

0 comments on commit 65e45da

Please sign in to comment.