Skip to content

Commit

Permalink
refactor: change the section component spacing to match design
Browse files Browse the repository at this point in the history
  • Loading branch information
fulcain committed Feb 7, 2025
1 parent 1f65bc7 commit fb27989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Section = React.forwardRef<
<section
ref={ref}
className={cn(
"bg-background px-4 py-12 text-foreground sm:py-24 md:py-32",
"bg-background px-4 md:py-8 py-12 text-foreground",
className,
)}
{...props}
Expand Down

0 comments on commit fb27989

Please sign in to comment.