diff --git a/public/components/Footer.jsx b/public/components/Footer.jsx
index e0226c8..537d48f 100644
--- a/public/components/Footer.jsx
+++ b/public/components/Footer.jsx
@@ -31,19 +31,15 @@ class Footer extends React.Component {
render() {
let year = new Date().getFullYear();
return (
-
-
+
+
+
)
}
}
diff --git a/public/styles/components/_footer.scss b/public/styles/components/_footer.scss
index 5b1c03d..0b5cc5b 100644
--- a/public/styles/components/_footer.scss
+++ b/public/styles/components/_footer.scss
@@ -13,17 +13,12 @@
$c-footer--text-color: $s-color--text;
$c-footer--background-color: $s-color--background-default;
-.c-footer__ghost {
- min-height: 3em;
-}
.c-footer {
width: 100%;
background: $c-footer--background-color;
@extend %t-flexbox;
@include t-flex-wrap(wrap);
- position: absolute;
- bottom: 0;
}
.c-footer__copyright {