diff options
| author | 2022-11-20 13:58:26 -0800 | |
|---|---|---|
| committer | 2022-11-20 13:58:26 -0800 | |
| commit | f4311d6a1074ba3f34ef0cbba087e6ad06ce8602 (patch) | |
| tree | 7d6a6588e3afb7216468c9114f91aee851ba6c07 /pydis_site/static/css/home | |
| parent | Appeased the formatter (diff) | |
| parent | Merge pull request #789 from python-discord/messages-in-past-n-days-endpoint (diff) | |
Merge branch 'main' into keeping-tokens-safe
Diffstat (limited to 'pydis_site/static/css/home')
| -rw-r--r-- | pydis_site/static/css/home/index.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index 7ec8af74..e117a35b 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -49,11 +49,16 @@ h1 { margin: auto auto; } -#wave-hero-right img{ +#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); margin-top: 1em; text-align: right; + transition: all 0.3s cubic-bezier(.25,.8,.25,1); +} + +#wave-hero-right img:hover { + box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } #wave-hero .wave { @@ -121,8 +126,7 @@ h1 { margin: 0 4% 0 4%; background-color: #3EB2EF; color: white; - font-size: 15px; - line-height: 33px; + line-height: 31px; border:none; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25,.8,.25,1); |