Skip to content

Commit

Permalink
fix(style): desktop spacing on enrollment success
Browse files Browse the repository at this point in the history
align with the 8-point grid and updated comps in Figma
  • Loading branch information
thekaveman committed Mar 28, 2024
1 parent 90791bb commit 531a793
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benefits/enrollment/templates/enrollment/success.html
Expand Up @@ -13,7 +13,7 @@

{% block headline %}
<div class="col-lg-8">
<h1 class="pb-lg-5 pb-4">{% translate "Success! Your transit benefit is now connected to your card." %}</h1>
<h1 class="pb-lg-4 mb-lg-3 pb-4">{% translate "Success! Your transit benefit is now connected to your card." %}</h1>
</div>
{% endblock headline %}

Expand All @@ -23,7 +23,7 @@ <h1 class="pb-lg-5 pb-4">{% translate "Success! Your transit benefit is now conn
<div class="col-12 col-lg-7">
{# djlint:off #}
{% if enrollment.supports_expiration %}
<h2 class="h3 mb-1">{% translate "Your benefit will expire on" %} {{ enrollment.expires|date }}.</h2>
<h2 class="h3 mt-lg-3 mb-1">{% translate "Your benefit will expire on" %} {{ enrollment.expires|date }}.</h2>
<p>
{% else %}
<p class="pt-lg-4 mt-lg-3">
Expand Down

0 comments on commit 531a793

Please sign in to comment.