mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +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"
|
||||
widths={[200, 400]}
|
||||
alt="descriptive text"
|
||||
class={"h-[200px] w-[200px]"}
|
||||
/>
|
||||
</div>
|
||||
<section class="text-center md:ml-6 md:text-left">
|
||||
|
|
Loading…
Reference in a new issue