give your feedback 🧡
Gr3g0ry99
@Gr3g0ry99All comments
- @sajidrecSubmitted over 1 year ago@Gr3g0ry99Posted over 1 year ago
Hiya, I’m not very familiar with tailwind as it is something that I want to start using soon, but I’m looking at this on a mobile display and you want to get it so the card stack on top of each other rather than next to each other, yet again im not sure what classes you would need with tailwind but you could add custom css with a media query to set the flex as a column, but there’s probably an easier fix in tailwind you may have to look that one up
1 - @sorin7345Submitted over 1 year ago
Lots of thanks to everyone reviewing or checking my work and a big thumbs up for the community.
@Gr3g0ry99Posted over 1 year agoHey buddy! So to center the box, if you remove all the margins you have set to the square class which will remove the scrollbar and add the following to the body class: min-height: 100vh; display: flex; justify-content: center; align-items: center;
This should center the box! Let me know if this helps :)
Marked as helpful1