From 23dc35ec496849b7f4603c77d5f66a4d0a0fb802 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 29 Sep 2023 08:37:22 -0500 Subject: Fix centering of content Signed-off-by: Matt Strapp --- app/src/lib/svelte/Navigation.svelte | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) (limited to 'app/src/lib/svelte/Navigation.svelte') diff --git a/app/src/lib/svelte/Navigation.svelte b/app/src/lib/svelte/Navigation.svelte index 724f821..9246c28 100644 --- a/app/src/lib/svelte/Navigation.svelte +++ b/app/src/lib/svelte/Navigation.svelte @@ -1,6 +1,12 @@ - - + + {#if menu} + + + + + Close Menu + + {/if} + + - + Home! @@ -22,9 +40,10 @@ href="/truncate" selected={$page.url.pathname === '/truncate'} on:click={drawerClose} + title="Truncate" > - + Truncate! @@ -33,9 +52,10 @@ href="https://github.com/rosstheross/rosstheross.github.io" rel="noreferrer" on:click={drawerClose} + title="" > - + Source! -- cgit v1.2.3