2 Commits

Author SHA1 Message Date
consultoria-as
f83dce31c7 fix: switch to static export and nginx for reliable CSS serving
Node-based static servers (serve, http-server) were returning 404 for
CSS files. Switched to output: "export" in Next.js config and nginx
as the production static file server.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 21:37:22 +00:00
consultoria-as
2e3f688d4f improve: better use of screen space on all pages
- Larger book spines on desktop (w-64 h-96)
- Wider spacing between books on shelf
- Game cover page: two-column layout on large screens
- Chapter reader: wider content area (800px on lg)
- Larger typography on desktop breakpoints

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 08:59:25 +00:00