feat: min height 100vh

This commit is contained in:
원더 2021-01-07 15:14:13 +09:00
parent 59721c62ad
commit 3ee918dfb8

View File

@ -24,6 +24,10 @@ body {
animation: dropdown 0.1s linear;
}
.iu-is-the-best {
min-height: 100vh;
}
i {
width: 20px
}