Footer: Remove Picture & change bg-color

(cherry picked from commit 9154c24332)
This commit is contained in:
johndoe4 2023-05-27 09:39:07 +02:00 committed by 778a69cd
parent a722d71dae
commit bfcdae945f

View file

@ -1,21 +1,8 @@
<template>
<footer
class="bg-violet-2 color-secondary flex flex-col items-center py-2 px-3"
class="bg-zinc-900 color-secondary flex flex-col items-center py-2 px-3"
ref="footer"
>
<picture class="flex max-w-xl">
<source
:srcset="`/img/pics/footer_${random}-1024w.webp 1x, /img/pics/footer_${random}-1920w.webp 2x`"
type="image/webp"
/>
<img
:src="`/img/pics/footer_${random}-1024w.webp`"
alt=""
width="1024"
height="428"
loading="lazy"
/>
</picture>
<ul
class="inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1"
>