diff --git a/src/app.html b/src/app.html index 77a5ff5..a31910b 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + AdventureLog %sveltekit.head% diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index a7814de..319fcbc 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -5,6 +5,9 @@ align-items: center; flex-direction: row; } + button { + margin-left: 1rem; + } diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index abe44ff..5148d0a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -7,7 +7,7 @@
-