We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde7f19 commit a80c5f6Copy full SHA for a80c5f6
oioioi/contestlogo/templates/contestlogo/logo.html
@@ -1,7 +1,7 @@
1
{% load i18n %}
2
3
-<div class="empty-space-filler-bottom">
+<div class="empty-space-filler-bottom text-center">
4
<a href="{{ link }}">
5
- <img alt='{% trans "Contest logo" %}' class="img-responsive center-block" src="{{ url }}">
+ <img alt='{% trans "Contest logo" %}' class="img-responsive" src="{{ url }}">
6
</a>
7
</div>
0 commit comments