diff --git a/src/App.svelte b/src/App.svelte index 5bcf594..8cf72e1 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -18,21 +18,25 @@ } - +
-
-
-
-
- -
-
- {#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; }