hypnagaga_old/src/_assets/css/compositions/cluster.css
2022-10-10 14:41:35 +02:00

11 lines
267 B
CSS

.cluster > * {
display: flex;
flex-wrap: wrap;
/* ↓ multiply by -1 to negate the halved value */
margin: calc(var(--space-s-l) / 2 * -1);
}
.cluster > * > * {
/* ↓ half the value, because of the 'doubling up' */
margin: calc(var(--space-s-l) / 2);
}