diff options
author | 2022-06-26 23:05:13 -0400 | |
---|---|---|
committer | 2022-06-26 23:05:13 -0400 | |
commit | 382f5cc427dedc95056e04db38980a6a9fd15f73 (patch) | |
tree | d57594fc59e011cce6b5864a4919c309d89d0b53 /pydis_site/static/css/home/index.css | |
parent | Replace missing FA icons in interactive timeline. (diff) |
Improve icon size and alignment.
Diffstat (limited to 'pydis_site/static/css/home/index.css')
-rw-r--r-- | pydis_site/static/css/home/index.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/static/css/home/index.css b/pydis_site/static/css/home/index.css index e1d70370..e117a35b 100644 --- a/pydis_site/static/css/home/index.css +++ b/pydis_site/static/css/home/index.css @@ -126,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); |