Skip to content

Commit

Permalink
justify wrapper bottom center items on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Jun 28, 2024
1 parent 85061db commit 2ba5e63
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sass/common/_mobile_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,8 @@ body.body-locked {
@media (max-width: 1220px) {
.header-2-0 {
.mobile-menu-img-wrapper-bottom {
margin: 20px 10px !important;
margin: 20px 0 !important;
justify-content: center !important;
}
}
}
Expand Down
3 changes: 2 additions & 1 deletion sass/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3184,7 +3184,8 @@ body.body-locked::after {

@media (max-width: 1220px) {
.header-2-0 .mobile-menu-img-wrapper-bottom {
margin: 20px 10px !important;
margin: 20px 0 !important;
justify-content: center !important;
}
}
@media (min-width: 1221px) {
Expand Down
Loading

0 comments on commit 2ba5e63

Please sign in to comment.