another way to positioning mobile menu

This commit is contained in:
merelendor 2022-11-30 08:14:14 +03:00
parent dda7efd8c7
commit a74efbb0fc
4 changed files with 4 additions and 4 deletions

View File

@ -260,7 +260,7 @@ header .lk {
bottom: 0;
background: #fff;
padding: 15px 20px;
top: 114px;
top: 84px;
overflow-y: auto;
}
header .header_menu nav ul li:not(:last-child) {

View File

@ -309,7 +309,7 @@ header {
bottom: 0;
background: #fff;
padding: 15px 20px;
top: 114px;
top: 84px;
overflow-y: auto;
li:not(:last-child) {

View File

@ -16,7 +16,7 @@ main {
}
@media all and (max-width: 1279px) {
main {
padding-top: 116px;
padding-top: 86px;
}
}
main section.gray {

View File

@ -15,7 +15,7 @@ main {
}
@media all and (max-width: 1279px) {
padding-top: 116px;
padding-top: 86px;
}