improve login page, adapt the style from the home page, remove uneccessary components

This commit is contained in:
Anton Kupriianov 2025-05-08 13:46:38 -07:00
parent f7cae6fe34
commit 60ba90f492
7 changed files with 307 additions and 94 deletions

View file

@ -89,8 +89,8 @@ $cyber-black: #1a1a1a;
align-items: center;
//min-height: 100vh;
width: 100%;
padding-top: 900px;
margin-top: 0;
padding-top: 1100px; /* Adjust padding-top to account for navbar height */
margin-top: 60px; /* Add margin-top to account for navbar height */
background-color: $dark-bg;
overflow: hidden;
@ -222,6 +222,8 @@ $cyber-black: #1a1a1a;
justify-content: center;
align-items: center;
max-width: 50%;
z-index: 5;
margin-top: 20px;
@media (max-width: 768px) {
max-width: 80%;