codeblock copy
This commit is contained in:
parent
0813f127a3
commit
1cb4dadf13
10 changed files with 98 additions and 10 deletions
10
quartz/components/styles/header.scss
Normal file
10
quartz/components/styles/header.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
margin: 1em 0 2em 0;
|
||||
& > h1 {
|
||||
margin: 0;
|
||||
flex: auto;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue