headers form fields now in flex box and with max width and gaps

This commit is contained in:
2026-06-03 20:59:45 +02:00
parent ad4d9ab12c
commit af6809874c
4 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -46,9 +46,9 @@ const Chessboard = () => {
/>
</Section>
<div className="grid grid-cols-2 gap-4">
<div className="grid lg:grid-cols-2 gap-4">
<Suspense fallback={<LoadingBoard />}>
<div>
<div className="mx-auto">
<PgnViewer
gamePgn={gameState.pgn || ""}
handlePlyChange={handlePlyChange}