1
0
Fork 0

added 88x31
Some checks are pending
hugo-deploy / deploy (push) Waiting to run

This commit is contained in:
Mia Rose Winter 2025-12-28 23:56:43 +01:00
parent 00f890288b
commit fbadec3c3c
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
2 changed files with 10 additions and 2 deletions

View file

@ -54,8 +54,16 @@ const { title } = Astro.props;
<ThemeToggle /> <ThemeToggle />
</header> </header>
<slot /> <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>&copy; Mia Rose Winter 2024 &dash; 2026</p> <p>&copy; Mia Rose Winter 2024 &dash; 2026</p>
</div>
<figure class="flex justify-end">
<img src="/88x31.png" alt="" width="88" height="31" />
</figure>
</footer> </footer>
</body> </body>
</html> </html>

BIN
static/88x31.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B