From bccdc1e2d014af0d723cde3735d30a90d081f847 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 12 Sep 2023 19:30:25 -0700 Subject: fix header mobile viewing - Adjust different style for header on mobile screen sizes --- src/components/Header.astro | 152 +++++++++++++++++++++++++------------------- 1 file changed, 87 insertions(+), 65 deletions(-) (limited to 'src/components') diff --git a/src/components/Header.astro b/src/components/Header.astro index 9bab4a1..2a48dda 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -3,78 +3,100 @@ import HeaderLink from './HeaderLink.astro'; import { SITE_TITLE } from '../consts'; --- -
-

{SITE_TITLE}

- - -
- + +
+ +

{SITE_TITLE}

+ +
-- cgit v1.2.3