From 43b518cb21986db169fc33fa44785f88efb95874 Mon Sep 17 00:00:00 2001 From: Chad Date: Mon, 23 Feb 2026 14:24:00 -0600 Subject: [PATCH] Make story page match other page styles --- static/css/story.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/static/css/story.css b/static/css/story.css index a51a4ea..960bfb7 100644 --- a/static/css/story.css +++ b/static/css/story.css @@ -1,21 +1,12 @@ /* Story Page Styles with Visual Boxes */ -.story-page .header { - background: transparent; - position: absolute; - width: 100%; - left: 0; - top: 0; -} - .story-page { - background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%); min-height: 100vh; padding: 40px 20px; } .story-page .container { - max-width: 900px; + max-width: 1200px; margin: 0 auto; }