Make story page match other page styles
This commit is contained in:
parent
408bb402ad
commit
43b518cb21
1 changed files with 1 additions and 10 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue