layout fix

This commit is contained in:
Owen Rees
2023-08-17 23:30:00 +02:00
parent 2633813611
commit 2b69fba349
+1 -1
View File
@@ -37,7 +37,7 @@ export default function TournamentsDisplay({
useHydrateAtoms([[tournamentsAtom, tournaments]]); useHydrateAtoms([[tournamentsAtom, tournaments]]);
return ( return (
<main className="relative grid h-full w-full "> <main className="relative grid h-full w-full lg:grid-cols-2">
<div> <div>
<TournamentMap /> <TournamentMap />
</div> </div>