aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2021-04-19 00:00:52 -0700
committerGravatar GitHub <[email protected]>2021-04-19 00:00:52 -0700
commitfc4a9e24dd23b520b9a5560215dea434ea2e03ea (patch)
tree8baba14d03013fa3155ba5a93d8b1c92d868e92d /pydis_site/static
parentUpdate tests to use trailing slashes on valid urls (diff)
parentMerge pull request #472 from python-discord/ks123/ghcr-token-to-github (diff)
Merge branch 'main' into doc-validator
Diffstat (limited to 'pydis_site/static')
-rw-r--r--pydis_site/static/css/home/index.css14
-rw-r--r--pydis_site/static/images/sponsors/streamyard.pngbin0 -> 86678 bytes
2 files changed, 13 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 58ca8888..ee6f6e4c 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -45,6 +45,10 @@ h1 {
box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
+#wave-hero-centered {
+ margin: auto auto;
+}
+
#wave-hero-right img{
border-radius: 10px;
box-shadow: 0 1px 6px rgba(0,0,0,0.16), 0 1px 6px rgba(0,0,0,0.23);
@@ -206,9 +210,17 @@ h1 {
#sponsors .hero-body {
padding-top: 2rem;
padding-bottom: 3rem;
+
+ text-align: center;
+}
+
+#sponsors .columns {
+ justify-content: center;
+ margin: auto;
+ max-width: 80%;
}
#sponsors img {
height: 5rem;
- margin-right: 2rem;
+ margin: auto 1rem;
}
diff --git a/pydis_site/static/images/sponsors/streamyard.png b/pydis_site/static/images/sponsors/streamyard.png
new file mode 100644
index 00000000..a1527e8d
--- /dev/null
+++ b/pydis_site/static/images/sponsors/streamyard.png
Binary files differ