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; }