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 46bc95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<busy-indicator></busy-indicator>
{% if start_time %}
<div class="alert alert-info" role="alert">
<h2>Submissions are not yet open</h2>
<h3 class="alert-heading">Submissions are not yet open</h3>
<p>You will be able to submit content starting <span style="font-weight: bolder;">{{ start_time }} UTC</span></p>
</div>
{% endif %}
Expand Down

0 comments on commit 46bc95f

Please sign in to comment.