problem with images not containing in the divs
https://vellankiindeevar.blogspot.com/ if you see this site in responsive and mobile-m the images which are more width come out of the div
3 Replies
i think it's due to the fact that you use column property to set up the columns try using grid instead 😉
Make the
a
elements that you use for the cards display: block;
Make the .flex
elements flex-wrap: wrap;
@z- ::theProblemSolver:: thanks bro this is working