From 67d361c5c9121d3cd42a7824c7289abdff355246 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 27 Apr 2026 19:31:24 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20login=20page=20polish=20=E2=80=94=20rem?= =?UTF-8?q?ove=20welcome=20text,=20add=20spacer,=20resize=20corner=20brand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - login.html: removed 'Добро пожаловать' heading, added 3.5rem spacer below logo - style.css: .login-corner-brand font-size set to 1.5rem Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 1 + app/templates/login.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 624b3c0..4eecba8 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -763,6 +763,7 @@ button { left: 16px; z-index: 20; color: #e8f4ff; + font-size: 1.5rem; font-weight: 700; letter-spacing: 0.01em; text-shadow: 0 2px 8px rgba(9, 44, 72, 0.35); diff --git a/app/templates/login.html b/app/templates/login.html index 3d0d7f8..90c7a92 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -13,8 +13,8 @@