Need a little space in the layout for the drag/drop outline
This commit is contained in:
@@ -122,6 +122,8 @@
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
.cards--considering {
|
||||
padding-inline-start: calc(var(--cards-gap) / 2);
|
||||
|
||||
.card {
|
||||
--text-xx-large: 1.6em;
|
||||
--text-small: 1.1em;
|
||||
@@ -248,4 +250,11 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Doing
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
||||
.cards--doing {
|
||||
padding-inline-end: calc(var(--cards-gap) / 2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user