diff options
Diffstat (limited to '')
| -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;  |