template/slt/css/layout/_pageheader.scss

18 lines
299 B
SCSS

@use "../abstract" as abstract;
#header {
flex: 0 0 auto;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
@include abstract.for-desktop {
justify-content: space-around;
}
> div {
margin: 20px;
align-items: center;
}
}