Fix heading levels

This commit is contained in:
Seamus Johnston 2022-11-17 09:51:10 -06:00
parent b92fe3f469
commit f412276727
No known key found for this signature in database
GPG key ID: 2F21225985069105
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
{% block content %}
<h2>{% translate "Page not found" %}</h2>
<h1>{% translate "Page not found" %}</h1>
<p>{% translate "The requested page could not be found." %}</p>

View file

@ -6,9 +6,9 @@
<section class="usa-hero">
<div class="usa-grid">
<div class="usa-hero-callout usa-section-dark">
<h2>
<h1>
<span class="usa-hero-callout-alt">Welcome to the .gov registrar</span>
</h2>
</h1>
</div>
</section>
{% endblock %}