Skip to content

Commit

Permalink
tablet logo order, margin-y
Browse files Browse the repository at this point in the history
  • Loading branch information
stepchud committed Aug 15, 2024
1 parent 5b3c862 commit 1e6f751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
<div class="usa-footer__secondary-section bg-primary-darker footer-white">
<div class="grid-container">
<div class="grid-row">
<div class="usa-footer__logo grid-row mobile-lg:grid-col-12 flex-no-wrap grid-gap-1 mobile-lg:grid-gap-2 tablet:grid-col-6">
<div class="order-1 desktop:order-2" style="display: flex; align-items: center;">
<div class="usa-footer__logo flex-no-wrap flex-justify-end tablet:flex-justify-start margin-y-1 mobile-lg:grid-gap-2 mobile-lg:grid-col-12 tablet:grid-col-6">
<div class="order-1 tablet:order-2" style="display: flex; align-items: center;">
<img class="usa-footer__logo-img" src="<%= image_path('challenge-logo-white-orange.svg') %>" title="Challenge Gov wordmark" alt="Challenge Gov wordmark in footer" style="width: 220px; height: auto;" />
</div>
<div class="order-2 desktop:order-1">
<div class="order-2 tablet:order-1">
<img class="usa-footer__logo-img" src="<%= image_path('challenge-logo-square-white.svg') %>" title="GSA Star Mark" alt="GSA Star Mark" style="width: 60px; height: auto;" />
</div>
</div>
<div class="usa-footer__contact-links mobile-lg:grid-col-12 tablet:grid-col-6 footer-white">
<div class="usa-footer__contact-links mobile-lg:grid-col-12 tablet:grid-col-6 margin-y-1 footer-white">
<div class="usa-footer__social-links flex-justify-end grid-row grid-gap-1">
<div class="grid-col-auto">
<a class="usa-social-link" href="javascript:void(0);">
Expand Down

0 comments on commit 1e6f751

Please sign in to comment.