Skip to content

Commit 6270a34

Browse files
Merge pull request #731 from python-discord/fontawesome-fix
Fix interactive timeline icons.
2 parents 3a30fed + 382f5cc commit 6270a34

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pydis_site/static/css/home/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ h1 {
126126
margin: 0 4% 0 4%;
127127
background-color: #3EB2EF;
128128
color: white;
129-
font-size: 15px;
130-
line-height: 33px;
129+
line-height: 31px;
131130
border:none;
132131
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
133132
transition: all 0.3s cubic-bezier(.25,.8,.25,1);

pydis_site/templates/home/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ <h1 class="is-size-1">Who are we?</h1>
9999
<div class="mini-timeline">
100100
<i class="fa fa-asterisk"></i>
101101
<i class="fa fa-code"></i>
102-
<i class="fab fa-python"></i>
103-
<i class="fa fa-alien-monster"></i>
104-
<i class="fa fa-duck"></i>
102+
<i class="fab fa-lg fa-python"></i>
103+
<i class="fab fa-discord"></i>
104+
<i class="fa fa-sm fa-terminal"></i>
105105
<i class="fa fa-bug"></i>
106106
</div>
107107

0 commit comments

Comments
 (0)