12 lines
164 B
SCSS
12 lines
164 B
SCSS
header {
|
|
width: 100vw;
|
|
padding: 2rem 1rem;
|
|
background-color: var(--blue-shadow);
|
|
}
|
|
|
|
header,
|
|
header > * {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|