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/home | |
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/home')
-rw-r--r-- | pydis_site/static/css/home/index.css | 8 |
1 files changed, 0 insertions, 8 deletions
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; |