fix(components-widgets): add fixed height & width to Hero img

This commit is contained in:
xHyroM 2023-01-06 23:39:23 +01:00
parent 50d58e5de1
commit 70f4ca175e

View file

@ -15,6 +15,7 @@ import Name from "./Name.astro";
sizes="(max-width: 200px) 100vw, 200px"
widths={[200, 400]}
alt="descriptive text"
class={"h-[200px] w-[200px]"}
/>
</div>
<section class="text-center md:ml-6 md:text-left">