Skip to content

Commit

Permalink
fixed footer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
fos7er committed Nov 7, 2023
1 parent 1a83c2b commit 8f22dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/footer/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</li>
</ul>
<ul class="copyright flex justify-center">
<ul class="copyright flex justify-center flex-wrap">
<li>{{ new Date().getFullYear() }} {{ t('name') }}</li>
<li>
<span class="px-2.5">•</span>
Expand Down

0 comments on commit 8f22dec

Please sign in to comment.