tip calculator using React + Sass + React hook form

Please log in to post a comment
Log in with GitHubCommunity feedback
- @qayoommunawar
Great job, your code is amazing. here are some style suggestions to make the design more responsive and optimized.
-
adopt a mobile-first design approach. it will really decrease use of media query for responsiveness.
-
in that case you don't need to use three different media queries to give padding to the container. all you have to do is just to use only one media query for larger screen and giving it a max-width.
Keep designing, best of luck.
Marked as helpful -
Join 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