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;