Skip to content

Commit

Permalink
Aligns the message in the center of the popup (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonatasrm authored Dec 12, 2019
1 parent 28d6db8 commit 0422a66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h1>
<ul id="items"></ul>
</section>
<!-- No questions -->
<section id="empty" style="display: none;">
<p class="distances-empty-box" data-i18n="congratulations"></p>
<section id="empty" style="display: none;">
<p style="text-align:center" data-i18n="congratulations"></p>
</section>
</main>
<script src="/js/language.js"></script>
Expand Down

0 comments on commit 0422a66

Please sign in to comment.