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">
|
||||
<div className="h-full">
|
||||
<img
|
||||
className="object-cover h-full"
|
||||
className="object-cover h-full w-full"
|
||||
src={imageUrl}
|
||||
width="733"
|
||||
height="412"
|
||||
|
|
Loading…
Reference in a new issue