Design comparison
SolutionDesign
Solution retrospective
In typography i usually set my html elem an absolute font size then i used %units on h and p elem based on this font size. this is usually not effective for mobile view as my .container is relative to the width of the screen, the font size however does not work well with this. however, using relative units for font size will cause the size to change across various devices. is there a way to make text appear the same on all mobile devices without having to use media queries to set for each mobile device width.
Community feedback
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