From c19264ac916707096fe294d996a1b7fb85206b34 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sun, 08 Mar 2026 19:55:31 +0000
Subject: [PATCH] =Furthering along the complete refactor. Added some basic setup for is_content taxonomies, including a page for an archive of the terms.

---
 src/summary/style.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/summary/style.scss b/src/summary/style.scss
index e4a7284..b182fe9 100644
--- a/src/summary/style.scss
+++ b/src/summary/style.scss
@@ -11,8 +11,8 @@
 }
 
 header + details {
-	margin: 1.5rem var(--mr) 3rem var(--ml)!important;
-	max-width: var(--alignMed);
+	margin: 1.5rem auto 3rem!important;
+	max-width: var(--wide);
 }
 
 main {

--
Gitblit v1.10.0