rpg page has well-behaved footer

This commit is contained in:
chimchooree
2022-07-15 14:44:11 -05:00
parent ad921c7028
commit f84ab6c842
4 changed files with 15 additions and 14 deletions
+12 -10
View File
@@ -8,25 +8,27 @@
a {
text-decoration: none;
}
p {
text-indent: 2em;
}
.nav-grid img {
height: 100%;
width: 100%;
}
#wrap {
padding-bottom: 2.5rem;
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 2.5rem;
color: aqua;
padding: 1px;
position: absolute;
bottom: 1em;
right: 1em;
width: auto;
text-align: right;
color: #df85a5;
background-color: transparent;
}
.grid {
height: 100vh;
height: auto;
width: 100vw;
display: grid;
position: relative;