From 4b2562379e0230c2a99401f6d213f36d14918bcb Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sun, 4 Jun 2023 14:38:11 -0400 Subject: [PATCH] Update css --- src/layouts/Layout.astro | 8 ++- src/pages/index.astro | 8 +-- src/pages/projects/[route].astro | 97 +++++++++++++++----------------- src/styles/Home.css | 8 +-- src/styles/Layout.css | 10 +++- src/styles/Nav.module.css | 1 + src/styles/Project.module.css | 4 -- 7 files changed, 67 insertions(+), 69 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 657759d..9280207 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -44,8 +44,10 @@ const { page, title = page, description } = Astro.props Henry Hiles - {page} -