aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/static/css
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-24 22:06:20 +0000
committerGravatar GitHub <[email protected]>2021-03-24 22:06:20 +0000
commit7c5a41552afedff9debefad7e959a06abadfcb57 (patch)
tree80a0e48748fc8799fdd252a28003a9c228bf48e9 /pydis_site/static/css
parentMerge pull request #461 from python-discord/move-gunicorn-import (diff)
parentUpdate the timeline. (diff)
Merge pull request #462 from python-discord/lemon/frontend/update_timeline
Update landing page and timeline
Diffstat (limited to 'pydis_site/static/css')
-rw-r--r--pydis_site/static/css/home/index.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css
index 6cfbf69f..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);