css grid tailwind-css

Solution retrospective
Responsive design mode on safari on macOS contains minor horizontal scroll for iPhoneSE but on chrome (on same macOS) for iPhoneSE dimensions no horizontal scrolling is present, so I am confused which one is correct?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @at33v
Hello, try doing the following:
- Reduce the gap(
gap-16
) on the element with the identifierid
The issue is that a large gap is possibly pushing the content, causing a scroll bar to appear.
Marked as helpful - Reduce the gap(
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