fix mobile menu

This commit is contained in:
rulingcom 2021-10-13 06:57:55 +00:00
parent 886d9b23d0
commit 801f83bc00
1 changed files with 6 additions and 6 deletions

View File

@ -307,13 +307,13 @@
}
.modules-menu {
width: 80%;
width: 100%;
position: absolute;
right: 0;
background: #ffffff;
height: 100%;
top: 0;
padding-top: 40px;
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;
font-size: 18px ;
@ -325,11 +325,11 @@
position: absolute;
left: 0;
background: transparent;
top: 40px;
top: 0;
z-index: 1;
height: 100vh;
height: 40px;
margin: 0;
width: 20%;
width: 100%;
border: 0;
}
.cover {