From 1ca92504f8f9c7ea3f791a8f06ed29e47a4a7d71 Mon Sep 17 00:00:00 2001 From: Firq Date: Sun, 5 Mar 2023 15:39:47 +0100 Subject: [PATCH] small import change, color change on navbar, disclaimers updated, navbar mobile improvements, about improvements --- src/components/hero.astro | 2 +- src/components/navbar.astro | 21 ++++++++++++++++----- src/components/navbarEntry.astro | 2 +- src/layouts/Layout.astro | 3 +-- src/layouts/customFooter.astro | 12 ++++++++++-- src/pages/blog.astro | 3 ++- 6 files changed, 31 insertions(+), 12 deletions(-) diff --git a/src/components/hero.astro b/src/components/hero.astro index b1ade07..253b501 100644 --- a/src/components/hero.astro +++ b/src/components/hero.astro @@ -11,7 +11,7 @@ This is still a work in progress and continuously expanded. Feel free to look ar div { display: flex; width: 100%; - height: 10em; + height: 5em; background-color: #2e2e2e; text-align: center; align-items: center; diff --git a/src/components/navbar.astro b/src/components/navbar.astro index 62901fe..4fe06df 100644 --- a/src/components/navbar.astro +++ b/src/components/navbar.astro @@ -1,10 +1,9 @@ --- -import headerimg from "/logo.svg" ---
- +