From 2c389e4bbe67bd5027e25646a137ba3ab647674d Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Tue, 5 May 2026 22:11:37 +0500 Subject: [PATCH] =?UTF-8?q?style:=20=D1=83=D0=B2=D0=B5=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=B2=D0=B5=D1=80=D1=85=D0=BD=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=B1=D0=B5=D0=B6=D0=B0=D0=BD=D0=B8=D1=8F=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=BA=D1=80=D1=8B=D1=82=D0=B8=D1=8F=20=D1=81?= =?UTF-8?q?=20fixed=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/auth/sign-up.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/auth/sign-up.astro b/frontend/src/pages/auth/sign-up.astro index 4d5b756..eb71a85 100644 --- a/frontend/src/pages/auth/sign-up.astro +++ b/frontend/src/pages/auth/sign-up.astro @@ -223,7 +223,7 @@ import { SITE_URL } from '@constants'; display: flex; align-items: flex-start; justify-content: center; - padding: 4rem 2rem 2rem; + padding: 5rem 2rem 2rem; } .auth-container {