Skip to content

Commit

Permalink
fix arrows for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankco committed Mar 4, 2024
1 parent 4d0292a commit 95fdeb5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/styles/FillArrow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@
.fill-arrow-border {
position: relative;
z-index: 1;
svg {
max-width: none;
}
}

.fill-arrow-background {
background-color: $accent-1-color;
position: absolute;
svg{
max-width: none;
}
}

#arrow-text {
Expand Down

0 comments on commit 95fdeb5

Please sign in to comment.