cash-stacks/frontend/src/layout/AppHeader/style.scss
2021-07-13 18:10:48 -06:00

12 lines
147 B
SCSS

header {
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-around;
background: #111a;
h1 {
margin: 0;
}
}