Skip to content

Commit

Permalink
Theme for Mons - A la une
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 4, 2024
1 parent 1ff675d commit 61271f8
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions mons/src/scss/home/a-la-une.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

@media screen and (max-width: 992px) {
.swiper-wrapper {
padding-bottom: 80px;
padding-bottom: 180px;
}
}

Expand Down Expand Up @@ -62,21 +62,22 @@
.swiper_title {
background: transparent;
width: 100%;

@media screen and (max-width: 992px) {
margin: 0 0 80px;
}
}

.swiper_description {
font-size: 16px;
color: $primary;
background: #fff !important;
position: relative;

p {
color: $primary;
color: $primary !important;
text-align: left;
padding-left: 40px;
padding-left: 45px;

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

&::after {
Expand All @@ -85,9 +86,9 @@
border: solid 1px #cbcbcb;
font-weight: 400;
border-radius: 8px;
bottom: -80px;
bottom: -60px;
content: "Lire plus";
left: 40px;
left: 60px;
padding: 15px 30px;
position: absolute;
top: auto;
Expand All @@ -97,7 +98,7 @@
transition: all 0.5s ease;

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

Expand Down

0 comments on commit 61271f8

Please sign in to comment.