Skip to content

Commit

Permalink
Center contest logos (sio2project#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
stopnoanime authored Nov 21, 2024
1 parent cde7f19 commit a80c5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oioioi/contestlogo/templates/contestlogo/logo.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load i18n %}

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

0 comments on commit a80c5f6

Please sign in to comment.