rpg page has well-behaved footer
This commit is contained in:
+12
-10
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user