social-media-dashboard-with-theme-switcher-master
Design comparison
Solution retrospective
need help with styling the toggle button also any other tip to improve
Community feedback
- @brunomoletaPosted 6 months ago
Check the PR I sent you, please :)
This code review relates specially to the Code overall organization.
I separated the CSS into multiple files so it's easier to read and find what we need.
Also changed how
grid-template-columns
behaves using the dynamic value:repeat(auto-fill,(min-max(10rem,1fr)
test the responsivity to check it out.Also, there were a lot of
divs
that I changed for more semantic tags.Please check the commits to see what I changed in your code.
Please mark the review as helpful if you find it so.
Best regards from 🇧🇷 :)
Marked as helpful0 - @OsatohanmwenTPosted 5 months ago
Thanks for the tip I'm having problems uploading and deploying a React app. If you could help I would be grateful
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