From 6fa883da369eafcc38210a172d0bd20a7870d798 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 20:30:21 -0800 Subject: feat(layout): style navigation --- src/routes/+layout.svelte | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'src/routes/+layout.svelte') diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index becb8b58..f1a99fc7 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -35,17 +35,20 @@
- @@ -123,4 +128,8 @@ :global(a:hover) { text-decoration: underline; } + + .header-item { + margin: 0 0.625rem; + } -- cgit v1.2.3