From b6cf77ec815c1c4254961c1d43fd87b9d0e4e98c Mon Sep 17 00:00:00 2001 From: Zias van Nes Date: Mon, 29 Sep 2025 11:46:30 +0200 Subject: [PATCH] ui:improve ui login --- src/routes/login/+page.svelte | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/src/routes/login/+page.svelte b/src/routes/login/+page.svelte index ea47c0b..556bb10 100644 --- a/src/routes/login/+page.svelte +++ b/src/routes/login/+page.svelte @@ -31,7 +31,7 @@ padding: 4rem 2rem; background-color: #f8f8f8; align-items: center; - justify-content: flex-start; + justify-content: center; max-width: 400px; margin: 0 auto; } @@ -40,7 +40,7 @@ font-family: 'Washington', serif; font-size: 3.5rem; color: #000000; - margin-bottom: 6rem; + margin-bottom: 2rem; text-align: center; font-weight: normal; letter-spacing: -0.02em; @@ -58,20 +58,4 @@ gap: 1rem; margin-top: 1rem; } - - /* Mobile responsiveness */ - @media (max-width: 480px) { - .login-container { - padding: 3rem 1.5rem; - } - - .login-title { - font-size: 3rem; - margin-bottom: 4rem; - } - - .button-group { - margin-top: 2rem; - } - }