Skip to content

Commit

Permalink
Prevent blurred shape from blocking theme button
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete-Fowler committed Sep 9, 2024
1 parent a40cd4e commit f0890d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/BlurredShape.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
opacity: 0.5;
top:0%;
left: -15%;
z-index: -1;
}

@media screen and (max-width: 768px) {
Expand Down

0 comments on commit f0890d5

Please sign in to comment.