Spaces:
Running
Running
Update custom.css (#5)
Browse files- Update custom.css (72cc3907f46f2d1bfdba8a81b8f1775920e4027e)
- assets/css/custom.css +19 -0
assets/css/custom.css
CHANGED
@@ -8,3 +8,22 @@ img[src*="#my-image"] {
|
|
8 |
#page-header {
|
9 |
padding-left: 8px;
|
10 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
#page-header {
|
9 |
padding-left: 8px;
|
10 |
}
|
11 |
+
|
12 |
+
.anchor-container {
|
13 |
+
background: #060a17;
|
14 |
+
bottom: 0;
|
15 |
+
display: flex;
|
16 |
+
font-weight: 600;
|
17 |
+
gap: 2rem;
|
18 |
+
padding: 4px;
|
19 |
+
place-content: baseline center;
|
20 |
+
position: fixed;
|
21 |
+
width: 100%;
|
22 |
+
height: 2rem;
|
23 |
+
}
|
24 |
+
|
25 |
+
.anchor-div {
|
26 |
+
display: flex;
|
27 |
+
flex-direction: row;
|
28 |
+
justify-content: center;
|
29 |
+
}
|