Skip to content

Commit

Permalink
better layout for "not yet" alert
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 23, 2024
1 parent 9acbba2 commit f96ab4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<busy-indicator></busy-indicator>
{% if start_time %}
<div class="alert alert-info" role="alert">
<h2>Submissions are not yet open</h2>
<p>You will be able to submit content starting <span style="font-weight: bolder;">{{ start_time }} UTC</span></p>
<h4 class="alert-heading">Submissions are not yet open</h4>
<p class="mb-0">You will be able to submit content starting <span style="font-weight: bolder;">{{ start_time }} UTC</span></p>
</div>
{% endif %}
{% block body %}
Expand Down

0 comments on commit f96ab4a

Please sign in to comment.