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
Clickable card width has an important tag that competes with inline styling when multiple card decks are added to the same page. @gabe-illinois@gabe-illinois
Clickable card width has an important tag that competes with inline styling when multiple card decks are added to the same page.
@gabe-illinois @gabe-illinois
See code:
.uofi-card-deck
{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.uofi-card-deck .uofi-card
{
width: 350px !important;
}