Spaces:
Running
Running
Update custom.css
#5
by nadijagr - opened
- 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 |
+
}
|