From 7f1ce4649519469d2ec860d571e30dc5ad48e88b Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 27 Feb 2025 02:50:21 -0500 Subject: [PATCH] adjust margins for header items --- src/components/Header.astro | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 10ab31f..05286df 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -40,7 +40,6 @@ const backgroundColorNightMode = "#240046"; justify-content: center; align-items: center; flex-wrap: wrap; - gap: 0.75rem; height: 10vh; width: 100vw; margin-bottom: 0.5rem; @@ -58,6 +57,14 @@ const backgroundColorNightMode = "#240046"; letter-spacing: 0.05rem; } + .header-heart-svg:nth-of-type(1) { + margin-left: 0.70rem; + } + + .header-heart-svg:nth-of-type(4) { + margin-right: 1rem; + } + .header-heart-svg { height: 48px; width: 48px;