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