dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
generic quartz component for layout
Jacky Zhao
2023-06-08
317cce9314ad78d90714dc55aa82a2c3dfa75d1a
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
header.scss
1
2
3
4
5
6
7
8
9
10
header {
display: flex;
flex-direction: row;
align-items: center;
margin: 1em 0 2em 0;
& > h1 {
margin: 0;
flex: auto;
}
}