
Design comparison
Community feedback
- @awheelrPosted 15 days ago
Looks great! Only piece of advice I can give you is to design mobile first in Tailwind as it becomes a lot easier later. The documentation does a better job explaining than I can so I'll link that here. I will say to keep in mind that by default Tailwind adopts this mobile first design, so something like
w-4 md:w-6
is going to apply the default width ofw-4
to a screen that's smaller than whatever is specified. Which in this case ismd
meaning anything smaller than 48rem (768px). I had originally though it was that opposite so figured I would clarify just in case you made the same mistake.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