Design comparison
SolutionDesign
Community feedback
- @DarrickFauvelPosted 4 months ago
Hi @karanshergill, 👋
Nice job on this challenge. I also used Tailwind CSS in my solution.
My suggestion for improving your solution would be to use responsive text sizes for mobile and desk, as is shown in the design. In Tailwind, you use the
sm:*
prefix on youtext-*
classes.For example, on mobile view (screen width < 640px) use
text-sm
as you already are, but also addsm:text-base
(screen width >= 640px) for desktop view.Let me know if this was helpful.
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