diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:06:43 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-12-12 09:06:43 +0100 |
| commit | b2c6996754658c6853538423aaf18d2638aa395c (patch) | |
| tree | c050f77522ddfe334bb028df19457837e7bc0d2b /src/partials/Header.astro | |
| parent | 7bca44de33ae2d39fa4c53362f4bbbf600da2af7 (diff) | |
Fix header alignment and give some more hue to header
Diffstat (limited to 'src/partials/Header.astro')
| -rw-r--r-- | src/partials/Header.astro | 2 |
1 files changed, 2 insertions, 0 deletions
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; } } } |
