Skip to content

Commit

Permalink
chore: temporarly hide social medias in footer (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
chosww authored Jan 17, 2025
1 parent 7bc2ca1 commit d575c0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/_includes/partials/global/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<div>standards</div>
</div>
<div class="footer__content">
{#
<div class="footer__section">
<hr>
<div class="footer__social-media">
Expand All @@ -20,6 +21,7 @@
</nav>
</div>
</div>
#}
<div class="footer__section">
<hr>
<div class="footer__contact-us flow">
Expand Down
2 changes: 1 addition & 1 deletion src/assets/styles/global/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ footer .footer__container h2 {
.footer__content {
display: grid;
gap: 1.875rem;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: repeat(2, 1fr);
}

.footer__section {
Expand Down

0 comments on commit d575c0b

Please sign in to comment.