-
-
-
-
-
- {#key $location}
-
- {/key}
+
+
+
+
+
+
+
+
+
+ {#key $location}
+
+ {/key}
+
-
-
+
-
+
+
+
diff --git a/src/app.scss b/src/app.scss
index fbc1aa5..d66994c 100644
--- a/src/app.scss
+++ b/src/app.scss
@@ -7,6 +7,18 @@
}
}
+.page_container {
+
+ display: flex;
+ flex-direction: column;
+ flex-grow: 1;
+ min-height: 100vh;
+
+ section.section{
+ flex-grow: 1;
+ }
+}
+
.rotate {
animation: rotating 10s linear infinite;
}