fix: restore flex layout on #game-content wrapper #15

Merged
ryan merged 1 commits from fix/game-content-layout into main 2026-03-11 20:39:04 +00:00
Owner

Summary

  • Adds flex flex-col items-center gap-4 to the #game-content div in both Connect 4 and Snake game pages
  • The SSE patching refactor (0808c4d) wrapped game elements in a bare <div id="game-content"> without propagating the flex classes from <main>, breaking center-alignment and vertical spacing
## Summary - Adds `flex flex-col items-center gap-4` to the `#game-content` div in both Connect 4 and Snake game pages - The SSE patching refactor (0808c4d) wrapped game elements in a bare `<div id="game-content">` without propagating the flex classes from `<main>`, breaking center-alignment and vertical spacing
ryan added 1 commit 2026-03-11 20:35:54 +00:00
fix: restore flex layout on #game-content wrapper
All checks were successful
CI / Deploy / test (pull_request) Successful in 17s
CI / Deploy / lint (pull_request) Successful in 27s
CI / Deploy / deploy (pull_request) Has been skipped
7a1c91c858
The SSE patching refactor (0808c4d) wrapped game elements in a bare
<div id="game-content"> without propagating the flex classes from
<main>. This broke center-alignment and vertical spacing for both
Connect 4 and Snake game pages.
ryan merged commit 8789c5414e into main 2026-03-11 20:39:04 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryan/games#15