Make story page match other page styles

This commit is contained in:
Chad 2026-02-23 14:24:00 -06:00
parent 408bb402ad
commit 43b518cb21

View file

@ -1,21 +1,12 @@
/* Story Page Styles with Visual Boxes */ /* Story Page Styles with Visual Boxes */
.story-page .header {
background: transparent;
position: absolute;
width: 100%;
left: 0;
top: 0;
}
.story-page { .story-page {
background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%);
min-height: 100vh; min-height: 100vh;
padding: 40px 20px; padding: 40px 20px;
} }
.story-page .container { .story-page .container {
max-width: 900px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
} }