From 72154be25a2b413612a8df2125c0892161fc974e Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Fri, 12 Apr 2019 00:47:40 +0200 Subject: Fixing the footer. Django logo no longer clips, and matches the rest of the font size better. Footer size reduced and padding made symmetrical. --- pydis_site/static/css/base/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pydis_site/static') 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; } -- cgit v1.2.3