Skip to content

Commit 02e1ce2

Browse files
authored
Merge pull request #600 from python-discord/netlify-logo
2 parents 1f334f2 + 8e6aeed commit 02e1ce2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

pydis_site/static/css/home/index.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,20 @@ h1 {
215215
}
216216

217217
#sponsors .columns {
218+
display: block;
218219
justify-content: center;
219220
margin: auto;
220221
max-width: 80%;
221222
}
222223

224+
#sponsors a {
225+
margin: auto;
226+
display: inline-block;
227+
}
228+
223229
#sponsors img {
224-
height: 5rem;
225-
margin: auto 1rem;
230+
width: auto;
231+
height: auto;
232+
233+
max-height: 5rem;
226234
}
173 KB
Loading

pydis_site/templates/home/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ <h1 class="title is-6 has-text-grey">
187187
</a>
188188
<a href="https://streamyard.com" class="column is-narrow">
189189
<img src="{% static "images/sponsors/streamyard.png" %}" alt="StreamYard"/>
190+
</a>
191+
<a href="https://www.netlify.com/" class="column is-narrow">
192+
<img src="{% static "images/sponsors/netlify.png" %}" alt="Netlify"/>
193+
</a>
190194
<a href="https://www.cloudflare.com/" class="column is-narrow">
191195
<img src="{% static "images/sponsors/cloudflare.png" %}" alt="Cloudflare"/>
192196
</a>

0 commit comments

Comments
 (0)