diff --git a/src/app.html b/src/app.html index 77a5ff52..a31910ba 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 a7814dea..319fcbc7 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 abe44ff2..5148d0a0 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -7,7 +7,7 @@
-