diff --git a/app/components/DraftGrid.tsx b/app/components/DraftGrid.tsx index 0dfc599..a9b595f 100644 --- a/app/components/DraftGrid.tsx +++ b/app/components/DraftGrid.tsx @@ -65,7 +65,7 @@ export function DraftGrid({ const totalTeams = draftSlots.length; return ( -
+
{title &&

{title}

}
diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 27ed9ca..4bade20 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -215,17 +215,23 @@ export default function Home({ loaderData }: Route.ComponentProps) { return (
{/* - lg+: 3-col grid, left column (My Leagues + Create) spans 2, right (Events) spans 1. + lg+: flex row, left column (My Leagues + Create) takes 2/3, right (Events) takes 1/3. mobile/tablet: single column stacked in order: My Leagues, Upcoming Events, Create League. */} -
- {/* My Leagues — order 1 on mobile, col-span-2 on desktop */} -
+
+
+
+ 1} + /> +
+
- - {/* Upcoming Events — order 2 on mobile, right column on desktop spanning both rows */} -
+
1} />
- - {/* Create a League — order 3 on mobile, below My Leagues on desktop */} -
- -
); diff --git a/app/routes/leagues/$leagueId.draft-board.$seasonId.tsx b/app/routes/leagues/$leagueId.draft-board.$seasonId.tsx index 8cc1c89..d1ed2ff 100644 --- a/app/routes/leagues/$leagueId.draft-board.$seasonId.tsx +++ b/app/routes/leagues/$leagueId.draft-board.$seasonId.tsx @@ -260,7 +260,7 @@ export default function DraftBoard() {
{/* Draft Grid */} -
+