Files
web/apps/scandic-web/components/Profile/Header/header.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

7 lines
110 B
CSS

.header {
align-items: center;
display: flex;
gap: var(--Space-x2);
justify-content: space-between;
}