From 8204399ac83a12cb783456ac056cf73ec52dfb2f Mon Sep 17 00:00:00 2001 From: syui Date: Thu, 19 Jun 2025 19:05:43 +0900 Subject: [PATCH] fix css --- oauth/src/App.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/oauth/src/App.css b/oauth/src/App.css index 3457601..b905fe8 100644 --- a/oauth/src/App.css +++ b/oauth/src/App.css @@ -43,9 +43,9 @@ body { } .oauth-header-content { - display: flex; - justify-content: center; - align-items: center; + /* display: flex; */ + /* justify-content: center; */ + /* align-items: center; */ max-width: 800px; margin: 0 auto; padding: 20px 0; @@ -924,7 +924,7 @@ body { .oauth-header-content { flex-direction: column; gap: 12px; - align-items: flex-start; + /* align-items: flex-start; */ } .oauth-header-actions {