7 lines
113 B
SCSS
7 lines
113 B
SCSS
#header {
|
|
display: flex;
|
|
height: $size-xxl;
|
|
padding: $size-xs;
|
|
gap: $size-xs;
|
|
justify-items: center;
|
|
}
|