Spaces:
Running
Running
Update custom_css file
Browse filesAdding CSS for anchor-container (the anchor container will be added in the next PR)
- assets/css/custom.css +17 -0
assets/css/custom.css
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
#page-header {
|
2 |
padding-left: 8px;
|
3 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
#page-header {
|
2 |
padding-left: 8px;
|
3 |
}
|
4 |
+
|
5 |
+
.anchor-container {
|
6 |
+
background: #060a17;
|
7 |
+
bottom: 0;
|
8 |
+
display: flex;
|
9 |
+
font-weight: 600;
|
10 |
+
gap: 2rem;
|
11 |
+
padding: 4px;
|
12 |
+
place-content: baseline center;
|
13 |
+
position: fixed;
|
14 |
+
width: 100%;
|
15 |
+
}
|
16 |
+
|
17 |
+
.anchor-div {
|
18 |
+
display: flex;
|
19 |
+
flex-direction: row;
|
20 |
+
}
|