mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
headers form fields now in flex box and with max width and gaps
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user