From 9230af4a07f43361408344439e07c2fa42bfe66a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 12 Dec 2025 23:06:44 -0500 Subject: more css fixes; the entire site now uses the window; hover effect for close --- src/layouts/Page.astro | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'src/layouts/Page.astro') diff --git a/src/layouts/Page.astro b/src/layouts/Page.astro index c9066be..780bc8d 100644 --- a/src/layouts/Page.astro +++ b/src/layouts/Page.astro @@ -1,10 +1,18 @@ --- -import Layout from '../layouts/Layout.astro'; +import Layout from "../layouts/Layout.astro"; const { frontmatter } = Astro.props; --- -
- +
+
+

{frontmatter.title}

+
+ +
+
+
+ +
- \ No newline at end of file + -- cgit v1.2.3