Skip to content

Commit

Permalink
fix(enrollment-success): desktop - headline to img is 48px; img to p-…
Browse files Browse the repository at this point in the history
…top is 40px
  • Loading branch information
machikoyasuda committed Jul 10, 2023
1 parent 5a2884b commit 30acdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@

{% block headline %}
<div class="col-lg-8">
<h1 class="pb-lg-8 pb-4">{% translate "enrollment.pages.success.headline" %}</h1>
<h1 class="pb-lg-5 pb-4">{% translate "enrollment.pages.success.headline" %}</h1>
</div>
{% endblock headline %}

{% block inner-content %}
<div class="col-12 col-sm-12 col-lg-9">
<div class="row">
<div class="col-12 col-lg-6">
<p>{% translate "enrollment.pages.success.login_gov.confirm_item.details" %}</p>
<p class="pt-4 mt-3">{% translate "enrollment.pages.success.login_gov.confirm_item.details" %}</p>
<p class="pt-4">{% translate "enrollment.pages.success.thankyou" %}</p>
</div>
<div class="col-12 offset-lg-1 col-lg-5">
Expand Down

0 comments on commit 30acdb2

Please sign in to comment.