dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
various polish
Jacky Zhao
2023-07-02
e0ebee5aa9b3646de722f139f1d8d15591df538e
[scapegoat/Docs2.git]
/
quartz
/
components
/
styles
/
footer.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
footer {
text-align: left;
opacity: 0.8;
margin-bottom: 4rem;
& ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: -1rem;
}
}