0
                <div className="grid grid-cols-3 gap-4">{displayImages.map((u) => (
            <ImageRow image={u} />
        )) }</div> 

this is how my page looks

I want 4th image to move upwards so that empty space can be filled

0 Answers0