Skip to content

Commit a80c5f6

Browse files
authored
Center contest logos (#421)
1 parent cde7f19 commit a80c5f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% load i18n %}
22

3-
<div class="empty-space-filler-bottom">
3+
<div class="empty-space-filler-bottom text-center">
44
<a href="{{ link }}">
5-
<img alt='{% trans "Contest logo" %}' class="img-responsive center-block" src="{{ url }}">
5+
<img alt='{% trans "Contest logo" %}' class="img-responsive" src="{{ url }}">
66
</a>
77
</div>

0 commit comments

Comments
 (0)