fixed accessibility issues on application intro

This commit is contained in:
David Kennedy 2023-12-27 07:32:33 -05:00
parent ce270d341c
commit 14169cbfd8
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -2,8 +2,8 @@
{% load static form_helpers url_helpers %} {% load static form_helpers url_helpers %}
{% block content %} {% block content %}
<div class="grid-container"> <main id="main-content" class="grid-container">
<div class="grid-row grid-gap"> <div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">
<form class="usa-form usa-form--large" method="post" novalidate> <form class="usa-form usa-form--large" method="post" novalidate>
{% csrf_token %} {% csrf_token %}
@ -27,5 +27,5 @@
</form> </form>
</div> </div>
</div> </main>
{% endblock %} {% endblock %}