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/templates | |
parent | Replace missing FA icons in interactive timeline. (diff) |
Improve icon size and alignment.
Diffstat (limited to 'pydis_site/templates')
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 33c84a97..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="fab fa-lg fa-python"></i> <i class="fab fa-discord"></i> - <i class="fa fa-terminal"></i> + <i class="fa fa-sm fa-terminal"></i> <i class="fa fa-bug"></i> </div> |