This commit is contained in:
2025-06-19 19:05:43 +09:00
parent 0d7cb96728
commit 8204399ac8

View File

@@ -43,9 +43,9 @@ body {
} }
.oauth-header-content { .oauth-header-content {
display: flex; /* display: flex; */
justify-content: center; /* justify-content: center; */
align-items: center; /* align-items: center; */
max-width: 800px; max-width: 800px;
margin: 0 auto; margin: 0 auto;
padding: 20px 0; padding: 20px 0;
@@ -924,7 +924,7 @@ body {
.oauth-header-content { .oauth-header-content {
flex-direction: column; flex-direction: column;
gap: 12px; gap: 12px;
align-items: flex-start; /* align-items: flex-start; */
} }
.oauth-header-actions { .oauth-header-actions {