Need a little space in the layout for the drag/drop outline

This commit is contained in:
Jason Zimdars
2025-06-12 10:51:22 -05:00
parent 503c870cdf
commit 2a287b4344
+9
View File
@@ -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);
}
}