push footer to bottom of viewport

This commit is contained in:
Aadil Ayub 2022-01-20 12:25:14 +05:00
parent e6b41cbae3
commit eb55fb2d53
1 changed files with 4 additions and 0 deletions

View File

@ -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;
}
* {