From ea8cb8a6a7d6952ff61ef8d7a07600250c984f06 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:51:20 +0000
Subject: [PATCH] =Exported templates in template editor. Will likely be following the JakeVan pattern of testing archive before changing output, instead of basically the same template repeated

---
 source.css |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/source.css b/source.css
index de16362..28bffb8 100644
--- a/source.css
+++ b/source.css
@@ -707,6 +707,7 @@
 
 
 blockquote {
+	max-width: min(648px, 90vw);
 	--background: rgb(var(--base-100));
 	--border: rgb(var(--action-0));
 	line-height: 1.2;
@@ -716,7 +717,7 @@
 }
 	.gmb-reviews blockquote {
 		border-top: 0;
-		max-width: none;
+		max-width: min(648px, 95vw);
 	}
 
 blockquote .content {

--
Gitblit v1.10.0