Skip to content

Commit

Permalink
Merge pull request #819 from sadiejay/footer-refresh
Browse files Browse the repository at this point in the history
Adjusts padding/margin
  • Loading branch information
sadiejay authored May 23, 2024
2 parents 1f73806 + 070cfd4 commit a9737b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3 class=" text-bold text-white padding-top-4 text-uppercase">Subscribe</h3>
</div>
</div>

<div class="footer-section-bottom usa-media-block__footer grid-row display-flex flex-align-center padding-top-2 tablet:padding-top-4 text-white opacity-80 padding-bottom-5">
<div class="footer-section-bottom usa-media-block__footer grid-row display-flex flex-align-center text-white opacity-80 margin-top-5 tablet:margin-top-1 padding-bottom-5">
{% for bottomLink in site.data.nav.footer-bottom %}
<a href="{% unless bottomLink.isExternal %}{{ site.baseurl }}/{% endunless %}{{ bottomLink.href }}" class="border-base-dark
{% unless forloop.first %} border-left padding-left-2 {% endunless %}
Expand Down
2 changes: 1 addition & 1 deletion css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ div.toolkit-todo__resources {
}

.footer-content {
margin-bottom: units(5);
// margin-bottom: units(5);
.top-logo {
width: 140px;
}
Expand Down

0 comments on commit a9737b7

Please sign in to comment.