Age calculator web application using Vite.js framework and React.js

Solution retrospective
It would be helpful if someone can feedback on the responsive design of the web, and some UI fixes.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@makogeboris
Remove the
height
andwidth
declaration from thesection
, its causing some overflow issues, usemax-width
and remove theheight
completely, let the content and padding determine the element’s size.Marked as helpful - @Aldikrasniqi
You still need to add the background. Fix the typography.
#root { max-width: 1280px; margin: 0 auto; padding: 2rem; text-align: center; }
its better wraping a div than the main root div
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