mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
firefox tournament width fix
This commit is contained in:
@@ -43,7 +43,7 @@ export default async function Tournaments() {
|
|||||||
const tournamentData = await getTournaments();
|
const tournamentData = await getTournaments();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className="relative grid h-full lg:grid-cols-2">
|
<main className="relative grid h-full w-full lg:grid-cols-2">
|
||||||
<div className="">
|
<div className="">
|
||||||
<TournamentMap tournamentData={JSON.parse(tournamentData)} />
|
<TournamentMap tournamentData={JSON.parse(tournamentData)} />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user