fix mobile menu
This commit is contained in:
parent
886d9b23d0
commit
801f83bc00
|
@ -307,13 +307,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modules-menu {
|
.modules-menu {
|
||||||
width: 80%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 40px;
|
||||||
padding-top: 40px;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
.modules-menu .modules-menu-level-0 > li > a, .modules-menu .modules-menu-level-0 ,.modules-menu .modules-menu-level-0 > li {color: #000;
|
.modules-menu .modules-menu-level-0 > li > a, .modules-menu .modules-menu-level-0 ,.modules-menu .modules-menu-level-0 > li {color: #000;
|
||||||
font-size: 18px ;
|
font-size: 18px ;
|
||||||
|
@ -325,11 +325,11 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
top: 40px;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 100vh;
|
height: 40px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: 20%;
|
width: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
.cover {
|
.cover {
|
||||||
|
|
Loading…
Reference in New Issue