Spaces:
Running
Running
Fix minor css issue
Browse files- assets/css/custom.css +2 -0
assets/css/custom.css
CHANGED
@@ -101,9 +101,11 @@ img[src*="#chart-icon"] {
|
|
101 |
place-content: baseline center;
|
102 |
position: fixed;
|
103 |
width: 100%;
|
|
|
104 |
}
|
105 |
|
106 |
.anchor-div {
|
107 |
display: flex;
|
108 |
flex-direction: row;
|
|
|
109 |
}
|
|
|
101 |
place-content: baseline center;
|
102 |
position: fixed;
|
103 |
width: 100%;
|
104 |
+
height: 2rem;
|
105 |
}
|
106 |
|
107 |
.anchor-div {
|
108 |
display: flex;
|
109 |
flex-direction: row;
|
110 |
+
justify-content: center;
|
111 |
}
|