Skip to content

Commit

Permalink
change mobile menu img wrapper bottom padding, set to 0 calc((100vw -…
Browse files Browse the repository at this point in the history
… 360px) / 2);
  • Loading branch information
goldipl committed Jun 30, 2024
1 parent 9d91ad8 commit e5924d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sass/common/_mobile_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ body.body-locked {
.header-2-0 {
.mobile-menu-img-wrapper-bottom {
margin: 20px 0 !important;
justify-content: center !important;
padding: 0 calc((100vw - 360px) / 2);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3397,7 +3397,7 @@ body.body-locked::after {
@media (max-width: 1220px) {
.header-2-0 .mobile-menu-img-wrapper-bottom {
margin: 20px 0 !important;
justify-content: center !important;
padding: 0 calc((100vw - 360px) / 2);
}
}
@media (min-width: 1221px) {
Expand Down
Loading

0 comments on commit e5924d5

Please sign in to comment.