Added 88x31 btn

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2025-06-02 22:33:57 +02:00
parent c49809833d
commit 262fe8c3a0
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<footer class="flex justify-evenly py-5 mt-5 footerbg">
<footer class="flex justify-between py-5 mt-5 footerbg">
<div class="flex gap-6">
<a href="https://code.kjelsrud.dev/sidski" target="_blank" aria-label="Link to my ForgeJo instance">
<div id="forgejoIcon">
@ -22,4 +22,7 @@
</div>
</a>
</div>
<a href="/88x31.webp" class="hover:scale-125">
<img src="/88x31.webp" />
</a>
</footer>