aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2019-04-18 14:22:27 +0200
committerGravatar Leon Sandøy <[email protected]>2019-04-18 14:22:27 +0200
commit5d6bf4e26ad46cb4750e932af5f50d31da82d31e (patch)
treeb607bb132c88e9435c42f766a16732dfcef12043 /pydis_site/static
parentThe GitHub API stuff is done now, including data caching. Just a couple of mi... (diff)
Adding a default admin panel user to migrate_and_serve, adding hrefs for all the links, fixing a bug with the banner highlighting, and making the sponsors hero a little bigger.
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/home/index.css17
1 files changed, 13 insertions, 4 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index d1d1c01e..9aad02e5 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -17,10 +17,6 @@
margin-right: 2rem;
}
-.navbar-item.is-large img {
- max-height: 3rem;
-}
-
.navbar-item.is-fullsize {
padding:0;
}
@@ -89,6 +85,19 @@ span.repo-language-dot.css {
margin-left: 1.2rem;
}
+#navbar-banner {
+ background-color: transparent;
+}
+
+#navbar-banner img {
+ max-height: 3rem;
+}
+
+#sponsors-hero {
+ padding-top: 2rem;
+ padding-bottom: 3rem;
+}
+
@media screen and (min-width: 1088px) {
.column.is-half, .column.is-half-tablet {
flex: none;