Skip to content

Commit

Permalink
Enrollment Success: Desktop - Bring text/img closer together (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 11, 2023
2 parents f61a608 + f04c693 commit 9c716ae
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 @@ -20,14 +20,14 @@ <h1 class="pb-lg-5 pb-4">{% translate "Success! Your transit benefit is now conn
{% block inner-content %}
<div class="col-12 col-sm-12 col-lg-9">
<div class="row flex-column-reverse flex-lg-row">
<div class="col-12 col-lg-6">
<div class="col-12 col-lg-7">
<p class="pt-lg-4 mt-lg-3">
{% block success-message %}
{% endblock success-message %}
</p>
<p class="pt-4">{% translate "Thank you for using Cal-ITP Benefits!" %}</p>
</div>
<div class="col-12 offset-lg-1 col-lg-5">
<div class="col-12 col-lg-5">
<img width="180"
height="155.1"
class="illo d-block mx-auto mb-4 mb-lg-0"
Expand Down

0 comments on commit 9c716ae

Please sign in to comment.