#32884: Login header title is slightly off-center
-----------------------------------------+------------------------
               Reporter:  louh           |          Owner:  nobody
                   Type:  Bug            |         Status:  new
              Component:  contrib.admin  |        Version:  3.2
               Severity:  Normal         |       Keywords:
           Triage Stage:  Unreviewed     |      Has patch:  0
    Needs documentation:  0              |    Needs tests:  0
Patch needs improvement:  0              |  Easy pickings:  1
                  UI/UX:  1              |
-----------------------------------------+------------------------
 On the `/admin/login` page, and on window sizes greater than 1024px wide,
 the header that says "Django administration" is very slightly off-center.
 This is caused by a 20px right margin on the `#branding h1` selector
 (provided in `base.css`). See screenshots.

 I don't think the solution is as simple as removing the margin, since the
 style is used on other administration pages, but perhaps an override is
 necessary (e.g. removing the right margin on the `.login #header h1`
 selector, which is already declared).

 I'm happy to provide a PR for review if needed. Thanks!

-- 
Ticket URL: <https://code.djangoproject.com/ticket/32884>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.4392b8d99afb3b4d23f3c63eb852168c%40djangoproject.com.

Reply via email to