update cluster.css

This commit is contained in:
madrilene 2023-10-31 13:27:33 +01:00
parent d690fa7e7a
commit 7204a46194

View file

@ -1,11 +1,7 @@
.cluster > * { .cluster {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
/* ↓ multiply by -1 to negate the halved value */ gap: var(--space, 1rem);
margin: calc(var(--space-s-l) / 2 * -1); justify-content: flex-start;
} align-items: center;
.cluster > * > * {
/* ↓ half the value, because of the 'doubling up' */
margin: calc(var(--space-s-l) / 2);
} }