diff options
author | 2019-07-06 13:34:02 +0200 | |
---|---|---|
committer | 2019-07-06 13:34:02 +0200 | |
commit | 53d6149fefd70ec16dd312700e0e6a9f2e769073 (patch) | |
tree | b53315d3a2ee2a713b6b3b2d8a9cc5bbe9b67c6b | |
parent | Fixing the titles properly (diff) |
Moving the navbar-banner css into base.css so it will work on the wiki pages, as well
-rw-r--r-- | pydis_site/static/css/base/base.css | 8 | ||||
-rw-r--r-- | pydis_site/static/css/home/index.css | 8 |
2 files changed, 8 insertions, 8 deletions
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; |