dashboard
repositories
filestore
activity
search
login
scapegoat
/
Docs2
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: fix CNAME path error (#2096)
Eritque arcus
2025-09-17
8df8d5c6efc558bb3dc31f58b5094bae01eb71ab
[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;
margin-bottom: 4rem;
opacity: 0.7;
& ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 1rem;
margin-top: -1rem;
}
}