From 898f1b95c7200a321eb686738e06283fc224959a Mon Sep 17 00:00:00 2001
From: Seth Flynn
Date: Wed, 12 Mar 2025 20:08:01 -0400
Subject: feat: use tailwind and daisyui
---
src/layouts/Base.astro | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
(limited to 'src/layouts/Base.astro')
diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro
index 2aa3d9e..ab5948e 100644
--- a/src/layouts/Base.astro
+++ b/src/layouts/Base.astro
@@ -9,13 +9,9 @@ const { title, description } = Astro.props.frontmatter || Astro.props;
-
-
-
-
-
+
+
+
--
cgit v1.2.3