From 3ee918dfb825c81f54ef1cff5eb666eb02a2b67b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 15:14:13 +0900 Subject: [PATCH] feat: min height 100vh --- pages/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/app.css b/pages/app.css index be679cd..26ceaa8 100644 --- a/pages/app.css +++ b/pages/app.css @@ -24,6 +24,10 @@ body { animation: dropdown 0.1s linear; } +.iu-is-the-best { + min-height: 100vh; +} + i { width: 20px } \ No newline at end of file