diff --git a/index.html b/index.html
index 3e10159..df63184 100644
--- a/index.html
+++ b/index.html
@@ -7,25 +7,15 @@
+
+
-
-
-
-
-
diff --git a/src/lib/sections/Main.svelte b/src/lib/sections/Main.svelte
index ae01eb8..34ba389 100644
--- a/src/lib/sections/Main.svelte
+++ b/src/lib/sections/Main.svelte
@@ -2,7 +2,6 @@
import Router from "../components/Router.svelte";
-
@@ -10,6 +9,6 @@
main {
flex: 1; /* This pushes footer to bottom */
padding: 20px;
- min-height: 85vh;
+ min-height: 90vh;
}