diff --git a/src/_includes/global/footer.njk b/src/_includes/global/footer.njk index 579aa46b..b436ea9a 100644 --- a/src/_includes/global/footer.njk +++ b/src/_includes/global/footer.njk @@ -16,6 +16,7 @@ padding: 1rem 1rem 3rem 1rem; text-align: center; display: grid; + gap: 0.3em; } .footer p { @@ -25,10 +26,13 @@ .footer__links { justify-self: center; list-style: none; + text-align: center; margin: 0; padding: 0; display: flex; - gap: 0.7em; + column-gap: 0.5em; + flex-wrap: wrap; + justify-content: center; } .footer__links li:not(:last-child)::after { diff --git a/src/_includes/main/footer.njk b/src/_includes/main/footer.njk index 25faf389..4138b912 100644 --- a/src/_includes/main/footer.njk +++ b/src/_includes/main/footer.njk @@ -5,6 +5,7 @@ {% set currentUrl %}{{ page.url }}{% endset %} {% endblock %}