Skip to content

Commit

Permalink
fix: footer socials on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes committed Jun 16, 2024
1 parent a4538f1 commit dfd0a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<script src="https://nuthead.neocities.org/ring/ring.js" async></script>
</div>
</div>
<p style=display:flex;gap:0.25em;">
<p style=display:flex;flex-wrap:wrap;justify-content:center;gap:0.25em;">
{% for social in socials.social %}
<a class="social--link" href="{{social.link}}" title="{{social.name}}">
{{social.name}}
Expand Down

0 comments on commit dfd0a1f

Please sign in to comment.