1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

View File

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