Skip to content

Commit

Permalink
why section
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoblaise authored May 5, 2024
1 parent 3a95b3d commit f0f12c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/card-stack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CardStack = ({
<div className="text-center joinUs py-2">
{"Why Get Involved? The reason why you shouldn't miss this."}
</div>
<div className="relative top-[40px] m-[20px] p-[20px]">
<div className="relative top-[40px] m-[20px] p-[20px] md:mx-[20px] md:px-[60px]">

{cards.map((card, index) => {
return (
Expand Down

0 comments on commit f0f12c1

Please sign in to comment.