From a2830a0dd6f634147456406c7855881ff298078e Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Thu, 5 Jun 2025 20:03:27 +0200 Subject: Refresh portfolio design and fonts --- src/partials/Header.astro | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/partials/Header.astro') diff --git a/src/partials/Header.astro b/src/partials/Header.astro index 2ca99bb..500fadd 100644 --- a/src/partials/Header.astro +++ b/src/partials/Header.astro @@ -48,11 +48,15 @@ import t from "../i18n/es.json"; } @media (max-width: $breakpointTablet) { - } + header { + flex-direction: column; + align-items: center; + gap: 1rem; - @media (min-width: $breakpointTablet) { + a { + font-size: 1.5rem; + } + } } - @media (min-width: $breakpointDesktop) { - } -- cgit v1.3