Skip to content

Commit

Permalink
Modif Mons - mail 11/12
Browse files Browse the repository at this point in the history
  • Loading branch information
jerhero committed Dec 11, 2024
1 parent 4fc949f commit 8eceee8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mons/src/scss/home/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@
a {
position: absolute;
background: white;
z-index: 1;
z-index: 3;
padding: 7px 10px;
border-radius: 50px;
right: 65px;
top: 16px;

@media screen and (max-width: 992px) {
z-index: 1;
}
}
}

Expand Down Expand Up @@ -86,6 +90,10 @@
border-radius: 50px;
right: 65px;
top: 16px;

@media screen and (max-width: 992px) {
z-index: 1;
}
}
}

Expand Down

0 comments on commit 8eceee8

Please sign in to comment.