From d05a98a5a1742ccfa89bedd22c471e1b69b59343 Mon Sep 17 00:00:00 2001 From: tfsojon Date: Sun, 17 Mar 2024 16:39:28 +0600 Subject: [PATCH] FIXED: Footer alignment issue in large screen Closes #32 --- src/layouts/Base.astro | 2 +- src/layouts/components/TwSizeIndicator.astro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 9e8d50206..1a39b41fe 100755 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -170,7 +170,7 @@ const { title, meta_title, description, image, noindex, canonical } = /> - +
diff --git a/src/layouts/components/TwSizeIndicator.astro b/src/layouts/components/TwSizeIndicator.astro index 3bf4a4485..47b9da869 100755 --- a/src/layouts/components/TwSizeIndicator.astro +++ b/src/layouts/components/TwSizeIndicator.astro @@ -3,7 +3,7 @@ { process.env.NODE_ENV === "development" && ( -
+
all