Time Tracking Dashboard

Solution retrospective
Any comments would be helpful
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gauravk2203
The overall design and functionality look great! However, there are a couple of areas that need adjustments:
- The card-content has extra padding, which is causing it to overflow the component. Consider reducing or adjusting the padding to ensure proper alignment.
- The container currently has a fixed height, causing the children to overflow. To address this, use the
fit-content
property for the container's height. This will allow it to grow dynamically based on the content inside.
Once these issues are resolved, your layout should look much more polished! Keep up the great work!
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