Shrink footer text

This commit is contained in:
eggy 2022-07-22 17:05:16 -04:00
parent 169796f58c
commit bb2823758b

View File

@ -6,7 +6,7 @@ import Navbar from "../components/Navbar.vue";
<div class="flex flex-col items-center w-full h-full"> <div class="flex flex-col items-center w-full h-full">
<Navbar /> <Navbar />
<slot /> <slot />
<footer class="flex flex-col items-center p-3 bg-gray-100 w-full"> <footer class="flex flex-col items-center p-3 bg-gray-100 w-full text-sm">
<p> 2022 Daniel Chen</p> <p> 2022 Daniel Chen</p>
<p> <p>
Available under the AGPL-3.0 on Available under the AGPL-3.0 on