use min-height instead of height
This commit is contained in:
parent
cae894c7ba
commit
50d34bbd70
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
@import url(base.css);
|
||||
|
||||
:root {
|
||||
height: 100vh;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue