fix: image not always filling the space
This commit is contained in:
parent
12f4be8773
commit
c92733924b
|
@ -28,7 +28,7 @@ export default function ImageAndText({
|
||||||
<article className="h-full">
|
<article className="h-full">
|
||||||
<div className="h-full">
|
<div className="h-full">
|
||||||
<img
|
<img
|
||||||
className="object-cover h-full"
|
className="object-cover h-full w-full"
|
||||||
src={imageUrl}
|
src={imageUrl}
|
||||||
width="733"
|
width="733"
|
||||||
height="412"
|
height="412"
|
||||||
|
|
Loading…
Reference in a new issue