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]]);
return (
<main className="relative grid h-full w-full ">
<main className="relative grid h-full w-full lg:grid-cols-2">
<div>
<TournamentMap />
</div>