Skip to content

Commit

Permalink
💥 fixed spacing on index route
Browse files Browse the repository at this point in the history
  • Loading branch information
parchinski committed Nov 3, 2024
1 parent 1413843 commit 69ec4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function Index() {
ref={clubActivitiesRef}
>
<BackgroundGrid className="absolute inset-0 w-full h-full" />
<h2 className="text-3xl sm:text-4xl font-bold text-center mb-8 text-white relative z-10">
<h2 className="text-3xl sm:text-4xl font-bold text-center text-white relative z-10 my-8">
Club Activities
</h2>

Expand Down

0 comments on commit 69ec4e4

Please sign in to comment.