Skip to content

Commit

Permalink
fix(): Reduce footer bottom marign.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 17, 2024
1 parent 715b453 commit 46a6b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom/docs/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const Footer = (props: { subtitle: string, columns: {
}[];
}[] }) => {
return (
<div className="mb-32">
<div className="mb-24">

<div className="my-24"></div>
<Separator/>
Expand Down

0 comments on commit 46a6b0b

Please sign in to comment.