mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
improve footer responsiveness
This commit is contained in:
parent
7decbe7cbe
commit
0d93ff37e4
1 changed files with 11 additions and 4 deletions
|
|
@ -1,9 +1,16 @@
|
|||
<template>
|
||||
<footer class="footer bg-base-300 text-base-content items-center p-4">
|
||||
<aside class="grid-flow-col items-center">
|
||||
<p>Copyright © {{ new Date().getFullYear() }} – Made with ❤️</p>
|
||||
<footer
|
||||
class="footer bg-base-300 text-base-content items-center p-4 flex justify-between"
|
||||
>
|
||||
<aside class="items-center">
|
||||
<p>
|
||||
<span class="hidden sm:inline"
|
||||
>Copyright © {{ new Date().getFullYear() }} –
|
||||
</span>
|
||||
Made with ❤️
|
||||
</p>
|
||||
</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
|
||||
to="https://github.com/rjNemo/meal_planner"
|
||||
:external="true"
|
||||
|
|
|
|||
Loading…
Reference in a new issue