mirror of
https://github.com/xHyroM/website.git
synced 2024-11-14 03:28:07 +01:00
fix(components-widgets): add fixed height & width to Hero img
This commit is contained in:
parent
50d58e5de1
commit
70f4ca175e
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import Name from "./Name.astro";
|
||||||
sizes="(max-width: 200px) 100vw, 200px"
|
sizes="(max-width: 200px) 100vw, 200px"
|
||||||
widths={[200, 400]}
|
widths={[200, 400]}
|
||||||
alt="descriptive text"
|
alt="descriptive text"
|
||||||
|
class={"h-[200px] w-[200px]"}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<section class="text-center md:ml-6 md:text-left">
|
<section class="text-center md:ml-6 md:text-left">
|
||||||
|
|
Loading…
Reference in a new issue