diff options
| author | 2021-10-06 20:33:19 +0100 | |
|---|---|---|
| committer | 2021-10-06 20:33:19 +0100 | |
| commit | e608c0be5ac37382d2030d964a4fb686eadbe652 (patch) | |
| tree | 8ef45354bb952dc17f0c6980ef49e70764cccf2a /pydis_site/static/css | |
| parent | Switches HTTP Links To HTTPS (diff) | |
| parent | Merge pull request #600 from python-discord/netlify-logo (diff) | |
Merge branch 'main' into fix-http-links
Diffstat (limited to 'pydis_site/static/css')
| -rw-r--r-- | pydis_site/static/css/home/index.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index ee6f6e4c..7ec8af74 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -215,12 +215,20 @@ h1 { } #sponsors .columns { + display: block; justify-content: center; margin: auto; max-width: 80%; } +#sponsors a { + margin: auto; + display: inline-block; +} + #sponsors img { - height: 5rem; - margin: auto 1rem; + width: auto; + height: auto; + + max-height: 5rem; } |