Reduce the number of rows in the card
This commit is contained in:
parent
a421c28b59
commit
ff80531aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 1.25fr) minmax(0, 2.5fr);
|
grid-template-columns: minmax(0, 3fr) minmax(0, 2fr) minmax(0, 2fr) minmax(0, 1.25fr) minmax(0, 2.5fr);
|
||||||
grid-template-rows: repeat(15, minmax(0, 1fr));
|
grid-template-rows: repeat(13, minmax(0, 1fr));
|
||||||
column-gap: var(--col-gap);
|
column-gap: var(--col-gap);
|
||||||
|
|
||||||
background: var(--base-background);
|
background: var(--base-background);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue