Skip to content

Commit

Permalink
Fix mask-image path in OurTeam section
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-lab12 committed Mar 20, 2024
1 parent 778359e commit d481f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sections/OurTeam.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const teams = await Astro.glob("../../content/team/*.md");
<style>
.backdrop-blur-xlll {
-webkit-mask-image: url("/icons/slider_mask.svg");
mask-image: url("icons/slider_mask.svg");
mask-image: url("/icons/slider_mask.svg");
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
-webkit-mask-size: cover;
Expand Down

0 comments on commit d481f21

Please sign in to comment.