From d4dd4ccfdceaaff4e5cb409a96b3c802d762d8d8 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 14 Feb 2026 19:16:38 +0000
Subject: [PATCH] =minor changes to css, mainly the item-grid in the feedblock extending past the body width
---
theme.json | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/theme.json b/theme.json
index c74c425..49674d2 100644
--- a/theme.json
+++ b/theme.json
@@ -1,7 +1,11 @@
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
- "version":2,
+ "version":3,
"settings": {
+ "layout": {
+ "contentSize": "720px",
+ "wideSize": "1100px"
+ },
"color": {
"palette": [
{
--
Gitblit v1.10.0