increase width to prevent stacking issue
All checks were successful
/ build (push) Successful in 6m31s

This commit is contained in:
Ruben 2025-10-28 23:31:04 -05:00
commit 201df03046
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583

View file

@ -356,7 +356,7 @@ ticker-container {
card-container {
display: grid;
gap: 1.2rem;
grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr));
grid-template-columns: repeat(auto-fill, minmax(24rem, 1fr));
grid-template-rows: masonry;
/* regular card entries */
@ -377,7 +377,6 @@ card-container {
border-radius: 1rem;
border: .15rem solid var(--border);
height: fit-content;
min-width: 19rem;
transition: .2s;
width: auto;