mirror of
https://github.com/ZetaKebab/quartz.git
synced 2025-01-14 22:18:43 +00:00
11 lines
143 B
SCSS
11 lines
143 B
SCSS
header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin: 1em 0 2em 0;
|
|
& > h1 {
|
|
margin: 0;
|
|
flex: auto;
|
|
}
|
|
}
|