diff options
author | 2019-04-12 00:47:40 +0200 | |
---|---|---|
committer | 2019-04-12 00:47:40 +0200 | |
commit | 72154be25a2b413612a8df2125c0892161fc974e (patch) | |
tree | a4dd899518fd32bcadbeb6598fb50f796838f2c4 /pydis_site/static/css/base | |
parent | Implemented a sticky footer system (diff) |
Fixing the footer. Django logo no longer clips, and matches the rest of the font size better. Footer size reduced and padding made symmetrical.
Diffstat (limited to 'pydis_site/static/css/base')
-rw-r--r-- | pydis_site/static/css/base/base.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 02ccba84..e9b40758 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -1,9 +1,9 @@ #django-logo { - height: 20px; + padding-bottom: 2px; background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; - filter: grayscale(1) invert(0.04); - background-size: 50px; - background-position: 0 0; + filter: grayscale(1) invert(0.02); + background-size: 52px 25.5px; + background-position: -1px -2px; color: #00000000; } |