used height rather than min-height *facepalm*
This commit is contained in:
parent
2a3cdd7544
commit
67718cea21
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue