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

Clickable card deck width override #543

@lizshalley

Description

@lizshalley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions