7 lines
112 B
CSS
7 lines
112 B
CSS
.header {
|
|
align-items: center;
|
|
display: flex;
|
|
gap: var(--Spacing-x2);
|
|
justify-content: space-between;
|
|
}
|