push footer to bottom of viewport
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e6b41cbae3
commit
eb55fb2d53
@ -53,6 +53,10 @@ body {
|
||||
font-size: 21px;
|
||||
font-family: Gudea;
|
||||
margin: 0;
|
||||
|
||||
/* pushes footer to bottom */
|
||||
grid-template-rows: auto auto 1fr auto;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user