From 36500b0423488d7370975a90a2080f20b939bc17 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 10:34:40 +0200 Subject: [PATCH] fix overflow --- src/layouts/Layout.astro | 2 +- src/pages/index.astro | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0466f12..038517b 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const props = Astro.props DIDAYS 2026{props.title ? ` | ${props.title}` : ""} - + -
+
@@ -61,7 +61,7 @@ import path from "../utils/path.ts"
-
+
-
+
-
+