Footer: Remove Picture & change bg-color

This commit is contained in:
johndoe4 2023-05-27 09:39:07 +02:00
parent e9680509bf
commit 9154c24332

View file

@ -1,21 +1,8 @@
<template> <template>
<footer <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" 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 <ul
class="inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1" class="inline-flex flex-wrap justify-around gap-3 text-lg text-white underline decoration-yellow-1"
> >