Design comparison
SolutionDesign
Community feedback
- @chelsea-herePosted 3 months ago
Hi there, it looks like you are having issues with sizing. Try to limit your use of sizing based on pixels and instead consider using rem or em, which are related to size of text. In addition, the clamp function allows you to specify max, min and preferred sizes for all kinds of styling such as padding and font size. Using these methods will allow you to create a more fluid and responsive design.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord