responsive grid

Solution retrospective
Easier ways of writing the grid, especially in tailwind. I feel like I'm writing alot of code somtimes, maybe that's okay.
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@johnnygerard
Hi James,
To avoid committing the
node_modules
folder in your Git repository, add an entry to your.gitignore
file:/node_modules/
When anyone clones your repo, they can reinstall npm packages with
npm install
ornpm ci
.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