Italicizing the required fields sentence

This commit is contained in:
Kristina Yin 2023-11-17 12:39:54 -08:00
parent c19c565210
commit 95bfe3c137
No known key found for this signature in database
GPG key ID: 9BB3845BB3A21584

View file

@ -1,3 +1,3 @@
<p class="margin-top-3">
Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required" title="required">*</abbr>).
<i>Required fields are marked with an asterisk (<abbr class="usa-hint usa-hint--required" title="required">*</abbr>).</i>
</p>