improve footer responsiveness

This commit is contained in:
Ruidy 2024-12-17 21:28:52 +01:00
parent 7decbe7cbe
commit 0d93ff37e4
No known key found for this signature in database
GPG key ID: E00F51288CB857CC

View file

@ -1,9 +1,16 @@
<template> <template>
<footer class="footer bg-base-300 text-base-content items-center p-4"> <footer
<aside class="grid-flow-col items-center"> class="footer bg-base-300 text-base-content items-center p-4 flex justify-between"
<p>Copyright &copy; {{ new Date().getFullYear() }} Made with </p> >
<aside class="items-center">
<p>
<span class="hidden sm:inline"
>Copyright &copy; {{ new Date().getFullYear() }}
</span>
Made with
</p>
</aside> </aside>
<nav class="grid-flow-col gap-4 md:place-self-center md:justify-self-end"> <nav class="grid-flow-col gap-4">
<nuxt-link <nuxt-link
to="https://github.com/rjNemo/meal_planner" to="https://github.com/rjNemo/meal_planner"
:external="true" :external="true"