Overflowing contents? Or Something else

Hi , i am trying to make it responsive but going down through the breakpoints am having an issue as all the contents is overflowing, i don't know what causing this. I've marked in blue lines the in right is the issue.(Using tailwindcss too)
No description
1 Reply
reddogg476
reddogg4768mo ago
is the image at full width? is it a background image? or an img element? you may need to background-cover the image using css.
img {
object-fit: contain
}
img {
object-fit: contain
}