From d6fc10ee3fd4abc386083ed043b5d71b9a6865f8 Mon Sep 17 00:00:00 2001 From: ComputelessComputer Date: Wed, 1 Apr 2026 18:55:12 -0700 Subject: [PATCH 1/2] Improve prose heading hierarchy Strengthen markdown section, subsection, and micro-section typography in the shared prose layout without changing essay content. --- src/layouts/Base.astro | 74 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 9d7807b..32cf4d2 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -23,6 +23,8 @@ const { title } = Astro.props;