How to stop text spilling out of container when resizing width of viewport ?

6 Replies
Mannix
Mannix3y ago
don't use margin of 5rem on small devices? also you can use flex-wrap
Sujit
SujitOP3y ago
Ahh I see. Let me try as you have suggested Thank You! Your suggestion worked for me and I am getting the output I wanted but now for some reason the div spans the entire width of my preview window from left to right. How can I address this ?
Sujit
SujitOP3y ago
Mannix
Mannix3y ago
max-width
Sujit
SujitOP3y ago
ohh okk wonderful. It worked 🙏 Thanks a lot!
Mannix
Mannix3y ago
thumbup

Did you find this page helpful?