mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Merge pull request #51 from TheRealOwenRees/hotfix/width
firefox tournament width fix
This commit is contained in:
@@ -43,7 +43,7 @@ export default async function Tournaments() {
|
||||
const tournamentData = await getTournaments();
|
||||
|
||||
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="">
|
||||
<TournamentMap tournamentData={JSON.parse(tournamentData)} />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user