used height rather than min-height *facepalm*

This commit is contained in:
Robert McGovern 2022-10-24 22:35:06 +01:00
parent 2a3cdd7544
commit 67718cea21
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ img {
} }
body { body {
height: 100vh; min-height: 100vh;
font-family: "Red Hat Display", sans-serif; font-family: "Red Hat Display", sans-serif;