diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-06-05 20:03:27 +0200 |
| commit | a2830a0dd6f634147456406c7855881ff298078e (patch) | |
| tree | 93af1b60258b0b19a739b294fa31f201c2d64158 /src/partials/Header.astro | |
| parent | a423c9b15bdf43d28390fb0424dfeec012d82828 (diff) | |
Refresh portfolio design and fonts
Diffstat (limited to 'src/partials/Header.astro')
| -rw-r--r-- | src/partials/Header.astro | 12 |
1 files changed, 8 insertions, 4 deletions
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) { - } </style> |
