aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-03-23 13:43:00 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-03-23 13:43:00 +0300
commitc7c571ae404fe6f0ffba53713d86c14090366f0b (patch)
tree95030c4eafd78084e994a21e76cb0f5f82f69bb3
parentCenters Sponsor Title (diff)
Reduces The Width Of The Sponsors Tab
Reduces the width of the sponsor tab to reduce the chance of one logo ending up on a new line by itself.
-rw-r--r--pydis_site/static/css/home/index.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 808c0517..6cfbf69f 100644
--- a/pydis_site/static/css/home/index.css
+++ b/pydis_site/static/css/home/index.css
@@ -212,6 +212,8 @@ h1 {
#sponsors .columns {
justify-content: center;
+ margin: auto;
+ max-width: 80%;
}
#sponsors img {