Skip to content

Commit

Permalink
Landing Page: Desktop - Add 72px extra padding/margin top (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda authored Aug 11, 2023
2 parents cf65fad + 1c5bc10 commit f61a608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benefits/core/templates/core/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="container">
<div class="row align-items-end align-items-lg-center">
<div class="col-lg-5">
<div class="box py-3 px-lg-0 px-3">
<div class="box py-3 px-3 py-lg-0 px-lg-0 mt-lg-5 pt-lg-4">
<h1 class="text-left p-0 ">
{% block headline %}
{% endblock headline %}
Expand Down

0 comments on commit f61a608

Please sign in to comment.