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