From a7455bf9b1ace94fc965f1c7b9c42a989a87ba13 Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Mon, 29 Dec 2025 00:08:55 -0500 Subject: [PATCH] styling improvements --- src/components/blog/PostBodyClient.tsx | 2 +- src/routes/blog/[title]/index.tsx | 21 +++++++++++++++------ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/src/components/blog/PostBodyClient.tsx b/src/components/blog/PostBodyClient.tsx index 925c1b2..87e8715 100644 --- a/src/components/blog/PostBodyClient.tsx +++ b/src/components/blog/PostBodyClient.tsx @@ -274,7 +274,7 @@ export default function PostBodyClient(props: PostBodyClientProps) { }); return ( -
+
-
+
{p().title.replaceAll("_", " ")} -
- {p().subtitle} -
+ +
+ {p().subtitle} +
+
@@ -363,7 +365,7 @@ export default function PostPage() {
{/* Content that slides over the fixed image */}
-
+
@@ -441,7 +443,14 @@ export default function PostPage() {
- +
+ {p().title.replaceAll("_", " ")} + +
+ {p().subtitle} +
+
+
{/* Post body */}