Spaces:
Sleeping
Sleeping
fix footer bug with sticky footer
Browse files- assets/style.css +5 -3
assets/style.css
CHANGED
@@ -158,12 +158,14 @@ a {
|
|
158 |
}
|
159 |
|
160 |
footer {
|
161 |
-
|
162 |
-
|
|
|
|
|
|
|
163 |
}
|
164 |
|
165 |
.footer-ekimetrics {
|
166 |
-
display: flex;
|
167 |
align-items: center;
|
168 |
margin-left: var(--size-2);
|
169 |
font-size: smaller;
|
|
|
158 |
}
|
159 |
|
160 |
footer {
|
161 |
+
position: fixed;
|
162 |
+
left: 0;
|
163 |
+
bottom: 0;
|
164 |
+
width: 100%;
|
165 |
+
text-align: center;
|
166 |
}
|
167 |
|
168 |
.footer-ekimetrics {
|
|
|
169 |
align-items: center;
|
170 |
margin-left: var(--size-2);
|
171 |
font-size: smaller;
|