diff --git a/index.html b/index.html index ee9d948..457ae0a 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,10 @@ flex-direction: column; justify-content: flex-start; align-items: center; - min-height: 200vh; + min-height: 100vh; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; - padding-bottom: 80px; + padding-bottom: 20px; } .login-container { @@ -781,7 +781,8 @@ /* FOOTER SECTION */ footer { - position: fixed; + margin-top: 5%; + /* position: fixed; */ bottom: 0; left: 0; width: 100%;