From 53d6149fefd70ec16dd312700e0e6a9f2e769073 Mon Sep 17 00:00:00 2001 From: Leon Sandøy Date: Sat, 6 Jul 2019 13:34:02 +0200 Subject: Moving the navbar-banner css into base.css so it will work on the wiki pages, as well --- pydis_site/static/css/base/base.css | 8 ++++++++ pydis_site/static/css/home/index.css | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'pydis_site') diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 84af21f2..ce1503a3 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -42,6 +42,14 @@ div.card.has-equal-height { margin-left: 3rem; } +#navbar-banner { + background-color: transparent; +} + +#navbar-banner img { + max-height: 3rem; +} + #django-logo { padding-bottom: 2px; background: url(https://static.djangoproject.com/img/logos/django-logo-negative.png) no-repeat center; diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 0376513d..a90a60d7 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -65,14 +65,6 @@ span.repo-language-dot.javascript { margin-left: 1.2rem; } -#navbar-banner { - background-color: transparent; -} - -#navbar-banner img { - max-height: 3rem; -} - #sponsors-hero { padding-top: 2rem; padding-bottom: 3rem; -- cgit v1.2.3