Skip to content

Fix: peer review editorial team listing page is now ginormous #464

@lwasser

Description

@lwasser

please see here:

somehow in our style updates the peer review editorial team listing now has ginormous card sizes which makes it hard to read:

Screenshot 2024-08-09 at 5 14 13 PM

I think the size used on our community page is nice. it could even be a bit smaller. but the editorial team grid size is just way too big!

it looks like modifying grid like this will fix things. right now it's set to 300px.

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions