game's footer appears after the body

This commit is contained in:
Mimi Momo
2020-09-30 21:05:29 -05:00
parent 5df2a0fec2
commit 90b9e5d391
+1 -3
View File
@@ -29,8 +29,6 @@ ul { list-style-position: inside; }
}
.grid {
height: 100vh;
width: 100vw;
display: grid;
grid-template-columns: auto 800px auto;
grid-template-rows: 25px 90px 1fr 100px;
@@ -182,7 +180,7 @@ ul { list-style-position: inside; }
}
.footer-content {
background-color: #060d1a;
background-color: pink;
padding-top: 5px;
text-align: right;
overflow: hidden;