Website/app/frontend/styles/components/Header/_.scss

8 lines
113 B
SCSS
Raw Normal View History

2024-07-27 18:58:39 +00:00
#header {
display: flex;
height: $size-xxl;
padding: $size-xs;
gap: $size-xs;
justify-items: center;
}