From 595a11b4d936bf9da804eeed9c71e3b4e0436f66 Mon Sep 17 00:00:00 2001 From: madkarmaa Date: Fri, 9 May 2025 13:44:44 +0200 Subject: [PATCH] feat: add navbar buttons --- src/lib/components/atoms/Button.svelte | 1 - src/lib/components/organisms/NavBar.svelte | 49 +++++++++++++++++++++- 2 files changed, 48 insertions(+), 2 deletions(-) diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index e61368c..dcdf3fd 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -129,7 +129,6 @@ text-decoration: none; user-select: none; border-radius: 10px; - display: flex; align-items: center; justify-content: center; padding: 10px 16px; diff --git a/src/lib/components/organisms/NavBar.svelte b/src/lib/components/organisms/NavBar.svelte index 004fb91..18b8636 100644 --- a/src/lib/components/organisms/NavBar.svelte +++ b/src/lib/components/organisms/NavBar.svelte @@ -14,7 +14,7 @@ {/snippet} -