Skip to content

Commit

Permalink
Theme for Mons - fix A la une
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Nov 28, 2024
1 parent 8f57f27 commit 8066894
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions mons/src/scss/home/a-la-une.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
position: relative;

@media screen and (max-width: 992px) {
padding: 100px 0 10px;
padding: 100px 0 10px !important;
}

&::before {
Expand All @@ -94,7 +94,8 @@
font-size: 45px;

@media screen and (max-width: 992px) {
left: 0;
left: 0 !important;
padding: 15px 0 !important;
}
}

Expand All @@ -116,7 +117,7 @@
transition: all 0.5s ease;

@media screen and (max-width: 992px) {
left: 0;
left: 0 !important;
}
}

Expand Down

0 comments on commit 8066894

Please sign in to comment.