Nuxt Content 3 migration #12
@ -6,7 +6,9 @@ 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 text-sm">
|
<footer
|
||||||
|
class="flex flex-col items-center p-3 bg-gray-100 w-full text-sm dark:bg-gray-800"
|
||||||
|
>
|
||||||
<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
|
||||||
@ -58,4 +60,8 @@ main {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
transition: background 0.2s ease;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user