Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Clickable card deck width override #543

Open
lizshalley opened this issue Dec 3, 2024 · 0 comments
Open

Clickable card deck width override #543

lizshalley opened this issue Dec 3, 2024 · 0 comments

Comments

@lizshalley
Copy link

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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant