diff options
author | 2022-06-28 15:55:19 +0400 | |
---|---|---|
committer | 2022-06-28 15:55:19 +0400 | |
commit | 6270a3479b50b8c3da7c5cdd3914f249eb1513f2 (patch) | |
tree | d57594fc59e011cce6b5864a4919c309d89d0b53 | |
parent | Update Discord logo in navbar to use new Discord branding (diff) | |
parent | Improve icon size and alignment. (diff) |
Merge pull request #731 from python-discord/fontawesome-fix
Fix interactive timeline icons.
-rw-r--r-- | pydis_site/static/css/home/index.css | 3 | ||||
-rw-r--r-- | pydis_site/templates/home/index.html | 6 |
2 files changed, 4 insertions, 5 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); diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 95c8dd5f..fcbb87e4 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -99,9 +99,9 @@ <div class="mini-timeline"> <i class="fa fa-asterisk"></i> <i class="fa fa-code"></i> - <i class="fab fa-python"></i> - <i class="fa fa-alien-monster"></i> - <i class="fa fa-duck"></i> + <i class="fab fa-lg fa-python"></i> + <i class="fab fa-discord"></i> + <i class="fa fa-sm fa-terminal"></i> <i class="fa fa-bug"></i> </div> |