fixxed mobile nav
This commit is contained in:
parent
d2e0fd4f33
commit
7c4a316e8a
@ -53,6 +53,16 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
|
|||||||
background:none;
|
background:none;
|
||||||
box-shadow:none;
|
box-shadow:none;
|
||||||
border:0;
|
border:0;
|
||||||
|
|
||||||
|
.in, .collapsing {
|
||||||
|
margin-top:-60px;
|
||||||
|
.navbar-nav {
|
||||||
|
background-color: $primary-bg;
|
||||||
|
li {
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.post, .box {
|
.post, .box {
|
||||||
@ -89,4 +99,4 @@ a, .navbar-default .navbar-nav li a, .navbar-nav > li > a {
|
|||||||
ul {
|
ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user