chore: tighten up the footer on mobile
This commit is contained in:
parent
a57e97b37e
commit
740bd727d5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<footer>
|
||||
<div class="mt-8 pt-8 pb-4 flex gap-3 justify-center w-full">
|
||||
<div class="mt-8 pt-8 pb-4 flex gap-2 md:gap-3 justify-center w-full">
|
||||
{% render "icons/email.liquid" %}
|
||||
{% render "icons/github.liquid" %}
|
||||
{% render "icons/mastodon.liquid" %}
|
||||
|
|
Reference in a new issue