increase width to prevent stacking issue
All checks were successful
/ build (push) Successful in 6m31s
All checks were successful
/ build (push) Successful in 6m31s
This commit is contained in:
parent
c746f1d669
commit
201df03046
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue