From dcf5bd40027f4264d2cd201278824e185869c412 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Fri, 18 Aug 2023 18:35:45 +0100
Subject: Back to top link goes RIGHT to the top
---
src/layouts/Article.astro | 2 +-
src/layouts/Layout.astro | 2 +-
src/layouts/Page.astro | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'src/layouts')
diff --git a/src/layouts/Article.astro b/src/layouts/Article.astro
index 253479b..5e95147 100644
--- a/src/layouts/Article.astro
+++ b/src/layouts/Article.astro
@@ -9,7 +9,7 @@ const { title } = Astro.props;
---