You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe even with the sm, md, lg, xl prefix: card-columns-{sm,md,lg,xl}-{2,3,4}, so you could resolve the issue, that card decks for example aren't responsive currently, but this would lead to responsiveness. I'm currently using the sm prefix for my project to distinct between one and two columns. Works like a charm :)
The text was updated successfully, but these errors were encountered:
For that level of control, I imagine the grid is what you want. I don't think we'll implement this much control over card column layout at this time. Thanks though!
I'd like to specify the number of columns which a .card-columns class has by using a class, e.g.
card-columns-{2,3,4}.
This would give the user the opportunity to specify the layout even further. The css would be something like this for the correspoding classes.
Maybe even with the sm, md, lg, xl prefix: card-columns-{sm,md,lg,xl}-{2,3,4}, so you could resolve the issue, that card decks for example aren't responsive currently, but this would lead to responsiveness. I'm currently using the sm prefix for my project to distinct between one and two columns. Works like a charm :)
The text was updated successfully, but these errors were encountered: