From b2c6996754658c6853538423aaf18d2638aa395c Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:06:43 +0100 Subject: Fix header alignment and give some more hue to header --- src/partials/Header.astro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 46172a4..f513d27 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -115,6 +115,7 @@ import Favicon from "../assets/Favicon.astro"; display: flex; flex-direction: column; + align-items: stretch; justify-content: space-between; gap: 0.5rem 0; @@ -246,6 +247,7 @@ import Favicon from "../assets/Favicon.astro"; #nav-socials { display: flex; max-height: unset; + align-self:center; } } } -- cgit v1.3