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 {