Time Tracking Dashboard

Solution retrospective
Why do I need to zoom out when opening this website on a phone, and how can this issue be fixed? Please If any reader feel any scope of improvements or any flaws .. kindly write it in the feedback so that i can improve that in future 🙂.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@jstrzyzykowski
Great job!
Well structured and organized files - solid work.
Regarding "zoom-out" - there is no one exact line which couse an issue - it is combined by few styles. After all, it is always good to have minimal reset in your global styles like:
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
Also regarding Grid, also nice is to leverage minmax with min:
minmax(min(200px, 100%), 1fr)
Keep going!
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