dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
darkmode scripts
Jacky Zhao
2023-06-07
4d3579ca9876d3ca6612589d116c3a300a60b446
[scapegoat/Docs2.git]
/
quartz
/
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;
}
}