diff options
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/home/index.css | 3 | ||||
-rw-r--r-- | pydis_site/templates/home/index.html | 4 |
2 files changed, 3 insertions, 4 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 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> |