diff --git a/2_login/style.css b/2_login/style.css index d4abb9c..a0ef463 100644 --- a/2_login/style.css +++ b/2_login/style.css @@ -8,7 +8,7 @@ body { display: flex; align-items: center; justify-content: center; - height: 100vh; + min-height: 100vh; background-color: #f7f8fc; color: #141c2c; font-family: 'Open Sans', sans-serif; @@ -141,4 +141,4 @@ input:not([type="checkbox"]) { form { border-right: 0; } -} \ No newline at end of file +}