fix typo in header's charset info; add language tag to html; trying to figure out why footer appears in middle of game + presskit pages

This commit is contained in:
Mimi Momo
2020-09-30 20:14:23 -05:00
parent 7b6a095fbf
commit 413326b1aa
6 changed files with 13 additions and 17 deletions
+2 -2
View File
@@ -22,6 +22,7 @@ mark {
background-color: #900C3F;
color: hotpink;
}
ul { list-style-position: inside; }
.grid {
display: grid;
@@ -194,11 +195,10 @@ mark {
.footer-row {
grid-area: 8 / 1 / 9 / 5;
background-color: #A8577E;
text-align: center;
}
.footer {
background-color: #5c374c;
background-color: pink;
padding-top: 5px;
padding-right: 25px;
box-shadow: 0 100vh 0 100vh #581845;
+5 -6
View File
@@ -178,12 +178,11 @@ ul { list-style-position: inside; }
.footer-row {
grid-area: 4 / 1 / 5 / 4;
background-color: #EC424A;
text-align: right;
padding-top: 5px;
padding-right: 25px;
background-color: green;
}
.footer {
background-color: #060d1a;
#footer {
background-color: #060d1a;
text-align: right;
overflow: hidden;
}