From b4884e7a657e64842ee74e07f302acc3868e12dc Mon Sep 17 00:00:00 2001 From: Harald Mack Date: Wed, 21 Aug 2024 15:12:56 +0200 Subject: [PATCH] work on styling --- src/lib/components/AbstractContent.svelte | 44 +++++++++---------- .../Navigation/FunctionalIcon.svelte | 2 +- 2 files changed, 22 insertions(+), 24 deletions(-) diff --git a/src/lib/components/AbstractContent.svelte b/src/lib/components/AbstractContent.svelte index 08f0ef14..7b3421b6 100644 --- a/src/lib/components/AbstractContent.svelte +++ b/src/lib/components/AbstractContent.svelte @@ -34,31 +34,29 @@ - -
- - MONDEY Logo - - - - - Home - Aktuelles - Downloads - Kontakt + + + MONDEY Logo + + + + + Home + Aktuelles + Downloads + Kontakt - - - - - - + + + + + + - - - - -
+ + + +
diff --git a/src/lib/components/Navigation/FunctionalIcon.svelte b/src/lib/components/Navigation/FunctionalIcon.svelte index dce67485..bc30f5f0 100644 --- a/src/lib/components/Navigation/FunctionalIcon.svelte +++ b/src/lib/components/Navigation/FunctionalIcon.svelte @@ -14,7 +14,7 @@ } :global(.apply-icon-style) { - @apply rounded-lg p-2 text-xl text-gray-500 transition-colors; + @apply rounded-lg p-2 text-xl text-gray-500; } :global(.apply-icon-style:hover) {