2024-08-09 17:42:52 +02:00

6 lines
79 B
SCSS

.root {
display: flex;
align-items: center;
gap: var(--spacing-lg, 24px);
}