From 6a8f246dfff05b4aae728c8b37ea1dc4e89fba28 Mon Sep 17 00:00:00 2001 From: samanhappy Date: Thu, 14 Aug 2025 16:28:47 +0800 Subject: [PATCH] fix: adjust layout for LoginPage to improve responsiveness and styling (#278) --- frontend/src/pages/LoginPage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 32a8e83..154e8c8 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -68,19 +68,19 @@ const LoginPage: React.FC = () => { {/* Main content */} -
+
{/* Left: brand + slogan */} -
+
{t('app.name')}
-

+

{t('auth.slogan')}

-

+

{t('auth.subtitle')}

@@ -93,7 +93,7 @@ const LoginPage: React.FC = () => {
{/* Right: login card */} -
+