presskit's footer appears after body

small-nav
Mimi Momo 4 years ago
parent 90b9e5d391
commit 84d0050bf5

@ -29,8 +29,6 @@ ul { list-style-position: inside; }
} }
.grid { .grid {
height: 100vh;
width: 100vw;
display: grid; display: grid;
grid-template-columns: auto 800px auto; grid-template-columns: auto 800px auto;
grid-template-rows: 25px 90px 1fr 100px; grid-template-rows: 25px 90px 1fr 100px;
@ -145,7 +143,7 @@ ul { list-style-position: inside; }
.body-row { .body-row {
grid-area: 3 / 1 / 4 / 4; grid-area: 3 / 1 / 4 / 4;
background-color: #d08d11; background-color: orange;
} }
.pages { .pages {
@ -200,12 +198,13 @@ ul { list-style-position: inside; }
.footer-row { .footer-row {
grid-area: 4 / 1 / 5 / 4; grid-area: 4 / 1 / 5 / 4;
background-color: #EC424A; background-color: green;
text-align: right;
padding-top: 5px;
padding-right: 25px;
} }
.footer { .footer-content {
background-color: #060d1a; background-color: pink;
padding-top: 5px;
text-align: right;
overflow: hidden;
box-shadow: 0 100vh 0 100vh #581845;
} }

Loading…
Cancel
Save