From 3f29ac1930c5505c16d93332f8293bd63598e8d7 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sun, 12 Jul 2026 15:11:19 +0200 Subject: [PATCH] feat(web): widen app container 900px -> 1120px More horizontal room for lists, tiles, and the upcoming Library grid. Co-Authored-By: Claude Opus 4.8 (1M context) --- web/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/globals.css b/web/src/app/globals.css index 50f63df..486c74c 100644 --- a/web/src/app/globals.css +++ b/web/src/app/globals.css @@ -19,7 +19,7 @@ --serif: var(--font-fraunces), "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif; --mono: ui-monospace, "SF Mono", "Cascadia Code", "JetBrains Mono", Menlo, Consolas, monospace; - --shell: 900px; + --shell: 1120px; } @media (prefers-color-scheme: dark) {