diff --git a/src/lib/components/nav.svelte b/src/lib/components/nav.svelte
index e69de29..d82a667 100644
--- a/src/lib/components/nav.svelte
+++ b/src/lib/components/nav.svelte
@@ -0,0 +1,60 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 1a8b336..8e6f33d 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -35,5 +35,6 @@
width: 800px;
margin: 0 auto;
box-sizing: border-box;
+ padding: 1em;
}