game's footer appears after the body
This commit is contained in:
@@ -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;
|
||||||
@@ -182,7 +180,7 @@ ul { list-style-position: inside; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer-content {
|
.footer-content {
|
||||||
background-color: #060d1a;
|
background-color: pink;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user