From a28320cefae83ddab177fd317e1221fc30ce7de1 Mon Sep 17 00:00:00 2001 From: af-n <733093@gmail.com> Date: Tue, 26 Jul 2022 16:28:03 -0400 Subject: [PATCH] fix: revert old navbar (for now) --- src/lib/components/molecules/NavHost.svelte | 11 +---------- src/lib/components/molecules/SocialHost.svelte | 2 +- src/routes/__layout.svelte | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index 392c500..e4c169a 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -26,23 +26,14 @@ \ No newline at end of file diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index a8101c7..39c3a2c 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -54,7 +54,7 @@ import Wave from '$lib/components/atoms/Wave.svelte'; :global(.wrapper) { margin-inline: auto; width: min(87%, 100rem); - margin-top: 8% + margin-top: 1.5% } :root {