diff options
author | 2021-03-25 08:59:37 +0200 | |
---|---|---|
committer | 2021-03-25 08:59:37 +0200 | |
commit | 358bdce0dfb78b40961810bd0781b387e00982c9 (patch) | |
tree | 4e51b7614733c0241e7367c197f29b95e8b26ec4 /pydis_site/static/css | |
parent | Bump urllib3 from 1.26.2 to 1.26.3 (diff) | |
parent | Merge pull request #462 from python-discord/lemon/frontend/update_timeline (diff) |
Merge branch 'main' into dependabot/pip/urllib3-1.26.3
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 14 |
1 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; } |