From a906252380a9c041a4c2b78790506412ffd40f75 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 13 Dec 2025 20:41:40 -0500 Subject: font changed to be more accurate from game; removed margin and padding on body --- src/pages/index.astro | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 4caa7e6..3f93d26 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,10 +2,11 @@ import { Image } from 'astro:assets'; import logo from "../assets/logo.png"; import Layout from '../layouts/Layout.astro'; +import Slideshow from '../components/Slideshow.astro'; --- -
+
@@ -25,8 +26,19 @@ import Layout from '../layouts/Layout.astro';
+
-- cgit v1.2.3