This commit is contained in:
parent
00f890288b
commit
fbadec3c3c
|
|
@ -54,8 +54,16 @@ const { title } = Astro.props;
|
|||
<ThemeToggle />
|
||||
</header>
|
||||
<slot />
|
||||
<footer class="p-2 bg-base-300 text-center">
|
||||
<footer class="p-4 bg-base-300 grid grid-cols-3 items-center">
|
||||
<div></div>
|
||||
|
||||
<div class="text-center">
|
||||
<p>© Mia Rose Winter 2024 ‐ 2026</p>
|
||||
</div>
|
||||
|
||||
<figure class="flex justify-end">
|
||||
<img src="/88x31.png" alt="" width="88" height="31" />
|
||||
</figure>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
BIN
static/88x31.png
Normal file
BIN
static/88x31.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 672 B |
Loading…
Reference in a new issue