Text in a card shrinking to multiple lines at small screen sizes making the card look a mess
How can I make I text in a card not shrink but fit well in small screen sizes like 375px? Because it makes the text long and the card looks like a mess?? Someone please help me
2 Replies
Create media points and bind the font size and padding properties to them, most likely you have large padding when the screen is compressed, that’s why this happens
Use clamp on your font size and padding in EMs