navbar position absolute
This commit is contained in:
parent
06072fd883
commit
416bddc83a
1 changed files with 7 additions and 0 deletions
|
@ -41,6 +41,13 @@
|
||||||
font-size: 1.15em;
|
font-size: 1.15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include touch {
|
||||||
|
.navbar-menu {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.navbar:not(.is-transparent) {
|
.navbar:not(.is-transparent) {
|
||||||
.navbar-item {
|
.navbar-item {
|
||||||
&:not(.is-active) {
|
&:not(.is-active) {
|
||||||
|
|
Loading…
Reference in a new issue