Center frozen text in team page

selenium-screenshot-testing
Kevin Chung 2018-01-02 05:54:46 -05:00
parent a87f4f962e
commit 282acb4e63
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{% if score_frozen %}
<div class="row">
<h1>Scoreboard has been frozen.</h1>
<h1 class="text-center">Scoreboard has been frozen.</h1>
</div>
{% endif %}