1
0
Fork 0

margin vs padding :/

This commit is contained in:
Mo 2023-06-01 01:45:45 +02:00
parent 321c614988
commit 4c1d079d30

View file

@ -64,7 +64,7 @@
{% block content %}{% endblock %} {% block content %}{% endblock %}
</main> </main>
<footer class="mt-6 mt-auto sm:mx-2 sm:mb-3"> <footer class="pt-6 mt-auto sm:mx-2 sm:mb-3">
<nav class="flex flex-col gap-y-3 justify-around py-5 text-center bg-gray-200 sm:flex-row sm:py-2 sm:rounded-full"> <nav class="flex flex-col gap-y-3 justify-around py-5 text-center bg-gray-200 sm:flex-row sm:py-2 sm:rounded-full">
{% for footer_item in config.extra.footer_items %} {% for footer_item in config.extra.footer_items %}
<a class="text-base no-underline" href="{{ footer_item.url | safe }}">{{ footer_item.name }}</a> <a class="text-base no-underline" href="{{ footer_item.url | safe }}">{{ footer_item.name }}</a>