Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Gr3g0ry99 120

    @Gr3g0ry99

    Posted

    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
  • Gr3g0ry99 120

    @Gr3g0ry99

    Posted

    Hey 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 helpful

    1