Spaces:
Running
Running
Fix css
Browse files- assets/css/custom.css +2 -0
assets/css/custom.css
CHANGED
@@ -12,9 +12,11 @@
|
|
12 |
place-content: baseline center;
|
13 |
position: fixed;
|
14 |
width: 100%;
|
|
|
15 |
}
|
16 |
|
17 |
.anchor-div {
|
18 |
display: flex;
|
19 |
flex-direction: row;
|
|
|
20 |
}
|
|
|
12 |
place-content: baseline center;
|
13 |
position: fixed;
|
14 |
width: 100%;
|
15 |
+
height: 2rem;
|
16 |
}
|
17 |
|
18 |
.anchor-div {
|
19 |
display: flex;
|
20 |
flex-direction: row;
|
21 |
+
justify-content: center;
|
22 |
}
|