Skip to content

Commit

Permalink
HomePage ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rishinhk004 committed Oct 26, 2024
1 parent 94485a4 commit b10a294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(main)/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Page() {
<div className="text-gradient-blue titleText m-10 text-center font-rp1 font-bold">
Past Sponsors
</div>
<div className="flex w-full flex-col gap-y-20 md:w-4/5">
<div className="flex w-full flex-col gap-y-20 md:w-4/5 mb-20">
<MarqueeComponent direction={"left"} set={1} />
<MarqueeComponent direction={"right"} set={2} />
</div>
Expand Down

0 comments on commit b10a294

Please sign in to comment.