Skip to content

Commit

Permalink
fix(logged-out): fix padding from top
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Dec 10, 2024
1 parent 9059962 commit 279fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/templates/core/logged-out.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="py-4 mt-4 text-center">{% include "core/includes/icon.html" with name="happybus" %}</div>
<div class="py-4 mt-5 text-center">{% include "core/includes/icon.html" with name="happybus" %}</div>
<h1 class="h2 pt-0">{% translate "You have successfully logged out. Thank you for using Cal-ITP Benefits!" %}</h1>
</div>
</div>
Expand Down

0 comments on commit 279fc00

Please sign in to comment.