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 a854c50 commit e1c7764
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 py-2">
{"Why Get Involved? The reason why you shouldn't miss this."}
</div>
<div className="relative top-[40px] m-[20px] p-[20px] md:mx-[20px] md:px-[60px]">
<div className="relative top-[40px] mx-[20px] px-[60px] md:m-[20px] md:p-[20px] lg:m-[20px] lg:p-[20px]">

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

0 comments on commit e1c7764

Please sign in to comment.