fix: image not always filling the space

This commit is contained in:
Oliver Davies 2022-09-09 18:00:00 +01:00
parent 12f4be8773
commit c92733924b

View file

@ -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"