-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiment With Grid #64
base: dev
Are you sure you want to change the base?
Conversation
lbojo006
commented
Jan 29, 2025
looking good so far, lets talk further during tmrw meeting :D |
…ojo006/ImageGrid
Update Images to Webp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add images for you to map by Monday morning, other changes in separate comments, looks fantastic so far :)
const PicturesGrid = () => { | ||
return ( | ||
<div className="grid min-h-screen grid-cols-4 grid-rows-8 gap-1 pb-1 pt-8 text-white sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-8"> | ||
<div className="flex items-center justify-center bg-red-500">1</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
map these like we talked about in the meeting, if you need example or syntax feel free to ping me in the help channel :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, bet. Sorry if I took a bit to respond I've been sick. Thanks a lot!