aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-23 13:09:46 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-03-23 13:11:33 +0300
commit7e05e56d7e650adbaf2e8f552408368d1ff55521 (patch)
tree9375cc159dae7adb6173e22a3e4830f0821a1836 /pydis_site
parentAdds Streamyard Banner To Homepage (diff)
Centers Sponsor Logos
Center justifies sponsor logos on the home page to make wrapping look cleaner.
Diffstat (limited to 'pydis_site')
-rw-r--r--pydis_site/static/css/home/index.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 58ca8888..106feb7c 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -208,7 +208,11 @@ h1 {
padding-bottom: 3rem;
}
+#sponsors .columns {
+ justify-content: center;
+}
+
#sponsors img {
height: 5rem;
- margin-right: 2rem;
+ margin: auto 1rem;
}