Skip to content

Commit

Permalink
fix: fix apricot z index
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent f7abbf9 commit a6e8c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/FAQ/FAQ.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
gap: 10%;
bottom: -5%;
width: calc(100% - 2 * $main-padding-desktop-inline);
z-index: 3;
z-index: 2;

.apricot {
transform: rotate(-10deg) translateX(20%);
Expand Down

0 comments on commit a6e8c5e

Please sign in to comment.