Skip to content

Commit

Permalink
fixed featured solution section style
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Sep 23, 2024
1 parent 5259172 commit dd2f2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FeaturedSolutionsCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { title, description } = Astro.props;

<div class="h-12"></div>
<div
class="absolute hidden sm:block scale-50 sm:right-0 sm:-translate-y-1/3 lg:scale-100 lg:right-1/2 lg:translate-x-1/2 h-fit w-fit p-6 bg-white rounded-xl shadow flex-col justify-center items-center gap-2 flex transition-transform duration-300 transform-gpu">
class="absolute hidden sm:block scale-75 sm:right-0 lg:scale-75 xl:scale-100 lg:right-1/2 lg:translate-x-1/2 lg:bottom-0 -translate-y-1/4 lg:translate-y-1/2 h-fit w-fit p-6 bg-white rounded-xl shadow flex-col justify-center items-center gap-2 flex transition-transform duration-300 transform-gpu">
<div><slot /></div>
</div>
</div>

0 comments on commit dd2f2ae

Please sign in to comment.