use min-height instead of height

This commit is contained in:
Rhiannon Morris 2021-05-24 13:03:47 +02:00
parent cae894c7ba
commit 50d34bbd70
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
@import url(base.css);
:root {
height: 100vh;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;