Skip to content

Commit

Permalink
Make the bottom border of the hero section look better on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultamartin committed Jan 22, 2023
1 parent abecf84 commit f1dff67
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sass/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
position: absolute;
bottom: -1vh;
right: -50px;

@media (max-width: 767px) {
height: 15vh;
}
}

#hero_curve2 {
Expand All @@ -54,6 +58,10 @@
position: absolute;
bottom: -3vh;
right: -50px;

@media (max-width: 767px) {
height: 15vh;
}
}

#hero_curve3 {
Expand All @@ -64,6 +72,10 @@
position: absolute;
bottom: -5vh;
right: -50px;

@media (max-width: 767px) {
height: 15vh;
}
}

#hero_curve4 {
Expand All @@ -74,6 +86,10 @@
position: absolute;
bottom: -7vh;
right: -50px;

@media (max-width: 767px) {
height: 15vh;
}
}
}

Expand Down

0 comments on commit f1dff67

Please sign in to comment.