diff options
author | 2021-03-23 11:34:57 +0000 | |
---|---|---|
committer | 2021-03-23 11:34:57 +0000 | |
commit | 929181ba9f7c69a12ed82ece4f667abeb3d75af7 (patch) | |
tree | 95030c4eafd78084e994a21e76cb0f5f82f69bb3 /pydis_site/static | |
parent | Merge pull request #451 from python-discord/mbaruh/channel-activity (diff) | |
parent | Reduces The Width Of The Sponsors Tab (diff) |
Merge pull request #460 from python-discord/add-streamyard
Adds Streamyard Banner To Homepage
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/home/index.css | 10 | ||||
-rw-r--r-- | pydis_site/static/images/sponsors/streamyard.png | bin | 0 -> 86678 bytes |
2 files changed, 9 insertions, 1 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 58ca8888..6cfbf69f 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -206,9 +206,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; } diff --git a/pydis_site/static/images/sponsors/streamyard.png b/pydis_site/static/images/sponsors/streamyard.png Binary files differnew file mode 100644 index 00000000..a1527e8d --- /dev/null +++ b/pydis_site/static/images/sponsors/streamyard.png |