diff --git a/assets/global.css b/assets/global.css
index ee29d24..2479d60 100644
--- a/assets/global.css
+++ b/assets/global.css
@@ -7,12 +7,19 @@ body {
background: white;
}
+#svelte {
+ display: flex;
+ flex-direction: column;
+}
+
main {
+ overflow-x: hidden;
+ overflow-y: auto;
position: relative;
max-width: 800px;
padding: 15px 15px;
box-sizing: border-box;
- margin: 0 auto;
+ margin: 75px auto;
}
h1, h2, h3, h4, h5, h6 {
diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html
index d2476a4..3b621ae 100644
--- a/routes/_components/Layout.html
+++ b/routes/_components/Layout.html
@@ -3,7 +3,6 @@
-