another way to positioning mobile menu
This commit is contained in:
parent
dda7efd8c7
commit
a74efbb0fc
@ -260,7 +260,7 @@ header .lk {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
top: 114px;
|
top: 84px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
header .header_menu nav ul li:not(:last-child) {
|
header .header_menu nav ul li:not(:last-child) {
|
||||||
|
|||||||
@ -309,7 +309,7 @@ header {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
padding: 15px 20px;
|
padding: 15px 20px;
|
||||||
top: 114px;
|
top: 84px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
li:not(:last-child) {
|
li:not(:last-child) {
|
||||||
|
|||||||
@ -16,7 +16,7 @@ main {
|
|||||||
}
|
}
|
||||||
@media all and (max-width: 1279px) {
|
@media all and (max-width: 1279px) {
|
||||||
main {
|
main {
|
||||||
padding-top: 116px;
|
padding-top: 86px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
main section.gray {
|
main section.gray {
|
||||||
|
|||||||
@ -15,7 +15,7 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width: 1279px) {
|
@media all and (max-width: 1279px) {
|
||||||
padding-top: 116px;
|
padding-top: 86px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user