Skip to content

Commit

Permalink
fix(enrollment-success): 24px between paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 10, 2023
1 parent 9780ac4 commit 5a2884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1 class="pb-lg-8 pb-4">{% translate "enrollment.pages.success.headline" %}</h1
<div class="row">
<div class="col-12 col-lg-6">
<p>{% translate "enrollment.pages.success.login_gov.confirm_item.details" %}</p>
<p>{% translate "enrollment.pages.success.thankyou" %}</p>
<p class="pt-4">{% translate "enrollment.pages.success.thankyou" %}</p>
</div>
<div class="col-12 offset-lg-1 col-lg-5">
<img class="icon" width="345" height="297" src="{% get_static_prefix %}img/enrollment-success-illustration.png" alt="" />
Expand Down

0 comments on commit 5a2884b

Please sign in to comment.