When you make the viewport with smaller than 689 (in google inspect) the content of the cards (title and description in the white part) disappears. Front end as well as back end, and I can’t figure it out.
Anybody have a clue what’s going on ?
When you make the viewport with smaller than 689 (in google inspect) the content of the cards (title and description in the white part) disappears. Front end as well as back end, and I can’t figure it out.
Anybody have a clue what’s going on ?
Hi @Joe,
if you change flex-direction from colum
to row
in the .archive-card
class, it will work.
Best regards,
M
Tnx for the help sir!