Design comparison
Solution retrospective
Not sure whether I should change the font size for smaller screens.
Community feedback
- @correlucasPosted about 2 years ago
πΎHello Nomatter, congratulations for your new solution!
I saw your solution and is just amazing. You've paid a lots of attention for the card responsivity, is really flexible and is full responsive mobile and desktop.
Answering your question:
In this challenge you don't need to change the font-size because it works until
100px
without having issues with the font displaying inside the container. I like to give the font in mobile version at least 20% less the size of the regular font to have a better fit in small screens, so you can try to do it to with theh1
andp
after the screen width280px
.π I hope this helps you and happy coding!
Marked as helpful1@itsgonenowPosted about 2 years ago@correlucas Hello Lucas,
Changes have been made to (max-width: 280px) on font-size to 80% as you said and the padding around the 'Learn More' anchor as well. It looks way cleaner now! Thank you so much for the useful info.
Have a good day!
0
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