diff --git a/public/partials/index.html b/public/partials/index.html
index 4f0690d..1707059 100644
--- a/public/partials/index.html
+++ b/public/partials/index.html
@@ -196,5 +196,6 @@
diff --git a/resources/scss/_footer.scss b/resources/scss/_footer.scss
index aa33cf5..919768f 100644
--- a/resources/scss/_footer.scss
+++ b/resources/scss/_footer.scss
@@ -1,10 +1,8 @@
footer {
- padding: 2rem 0 0.5rem;
+ padding: 2rem 0 0;
text-align: center;
- font-size: 0.8rem;
-
- .balaton {
- height: 1.6rem;
- vertical-align: middle;
- }
+ font-size: .8rem;
+ background: #fff;
+ box-shadow: none;
+ margin: 0;
}