Files
web/components/Profile/Header/header.module.css
2024-06-19 14:51:00 +02:00

7 lines
112 B
CSS

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