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
Mockup:
Suggested CSS from @morgunkorn
@media screen and (min-width: 920px) { .deck .card-grid-item:nth-child(n+5) { margin-top: -25%; } .deck .card-grid-item:hover { z-index: 1; } }
Should be simple enough to add additional media queries for other widths to catch screen sizes that have fewer cards per row.
Also could be good to make the level of collapsibility adjustable. Perhaps:
In addition, would be nice to get it configured so that on hover it smoothly reveals the card instead of having it look so jumpy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mockup:
Suggested CSS from @morgunkorn
Should be simple enough to add additional media queries for other widths to catch screen sizes that have fewer cards per row.
Also could be good to make the level of collapsibility adjustable. Perhaps:
In addition, would be nice to get it configured so that on hover it smoothly reveals the card instead of having it look so jumpy.
The text was updated successfully, but these errors were encountered: