Fixed #32884 -- Fixed centering of the header on admin login page.

This commit is contained in:
Lou Huang 2021-06-29 01:41:52 -04:00 committed by GitHub
parent cd124295d8
commit 7ba9da815d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
.login #header h1 {
font-size: 18px;
margin: 0;
}
.login #header h1 a {