diff options
author | 2021-03-23 13:43:00 +0300 | |
---|---|---|
committer | 2021-03-23 13:43:00 +0300 | |
commit | c7c571ae404fe6f0ffba53713d86c14090366f0b (patch) | |
tree | 95030c4eafd78084e994a21e76cb0f5f82f69bb3 /pydis_site/static | |
parent | Centers 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.
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/home/index.css | 2 |
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 { |