From d896a0863fd69aa37341be8771e1eb42f2a312ee Mon Sep 17 00:00:00 2001 From: Erison Silva Date: Tue, 10 Jun 2025 13:27:15 +0200 Subject: [PATCH] Modifier some css identifier - Added .post class - Moved #back-button to main div --- src/components/BackButton.astro | 6 ++++-- src/layouts/PostDetails.astro | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/BackButton.astro b/src/components/BackButton.astro index b16e33e223..311da0c619 100644 --- a/src/components/BackButton.astro +++ b/src/components/BackButton.astro @@ -6,9 +6,11 @@ import { SITE } from "@/config"; { SITE.showBackButton && ( -
+
diff --git a/src/layouts/PostDetails.astro b/src/layouts/PostDetails.astro index a846060583..a7f9ebc461 100644 --- a/src/layouts/PostDetails.astro +++ b/src/layouts/PostDetails.astro @@ -87,7 +87,7 @@ const nextPost =