We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
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; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
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.
The text was updated successfully, but these errors were encountered: