i can't make this paragraph responsive

the .intro2 is parent and .para is child , my paragraph is overflowing and it's look awful, i am a newbie and idk abut responsivess that much can someone help me to fix this.
No description
4 Replies
Mannix
Mannix•4w ago
best advice for a newbie is avoid using fixed heights 🙂
tototriou15
tototriou15•4w ago
maybe use vw or em instead of px for your width and height
Jochem
Jochem•4w ago
vw will change with the resolution, but em will not and isn't a responsive unit. Mannix's solution is the best in this case. Either that, or using a mediaquery to reorder the content