FIX: smaller footer.

Smaller footer notes
This commit is contained in:
webfussel 2025-01-31 19:46:31 +01:00
parent caa5d277dd
commit 4d846865e1
2 changed files with 12 additions and 2 deletions

View file

@ -5,8 +5,10 @@
<NuxtLink v-bind="rest">{{label}}</NuxtLink>
</li>
</ul>
<p>Natürlich ohne Cookies und Tracker.</p>
<p>Made with nuxt, typescript & postcss</p>
<div class="notes">
<p>Natürlich ohne Cookies und Tracker.</p>
<p>Made with nuxt, typescript & postcss.</p>
</div>
<p>&copy; 2024 by <a href="https://webfussel.de">webfussel</a></p>
</footer>
</template>