Skip to content

Commit

Permalink
Revert "update midd footer markup, css for search widget fix"
Browse files Browse the repository at this point in the history
This reverts commit 0ac373d.
  • Loading branch information
poojagunturu96 committed Aug 15, 2024
1 parent 43322bb commit 25c6880
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions src/scss/components/_midd-footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@
.midd-footer__list {
@include breakpoint(lg) {
display: flex;
justify-content: flex-start;
justify-content: flex-end;
align-items: center;
height: 100%;
margin-top: $spacing-3;
}
}

Expand Down
12 changes: 6 additions & 6 deletions src/templates/partials/midd-footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Additional Navigation
</h2>
<div class="container">
{# <div class="row"> #}
{# <div class="col-lg-3"> #}
<div class="row">
<div class="col-lg-3">
<div class="mb-4 mb-lg-0">
<a href="https://www.middlebury.edu">
<img src="images/middlebury-logo-white.svg"
Expand All @@ -13,8 +13,8 @@
height="71" />
</a>
</div>
{# </div> #}
{# <div class="col-lg-9"> #}
</div>
<div class="col-lg-9">
<ul class="midd-footer__list">
{% for item in secondary_footer_nav %}
<li class="midd-footer__item">
Expand All @@ -24,8 +24,8 @@
</li>
{% endfor %}
</ul>
{# </div> #}
{# </div> #}
</div>
</div>
</div>
{% include 'partials/to-top-btn.twig' %}
</nav>

0 comments on commit 25c6880

Please sign in to comment.