From 1c214efcf8a0bf94b8cbfc4f35c40271d02010e4 Mon Sep 17 00:00:00 2001 From: Jasper Frumau Date: Wed, 3 Dec 2025 08:33:36 +0700 Subject: [PATCH] Featured List Block Update --- CHANGELOG.md | 9 +++++++++ resources/js/blocks/feature-list-grid/style.css | 2 +- style.css | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd3c25..bbc9f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to the Nynaeve theme will be documented in this file. For project-wide changes (infrastructure, tooling, cross-cutting concerns), see the [project root CHANGELOG.md](../../../../../CHANGELOG.md). +## [2.0.19] - 2025-12-03 + +### Changed +- **Feature List Grid Block**: Reduced vertical padding for better page spacing + - Changed `padding` from `5rem 0` (80px) to `2rem 0` (32px) in [style.css](resources/js/blocks/feature-list-grid/style.css#L6) + - **Impact**: Improves page flow and reduces excessive whitespace between sections + - Resources page reduced from 7,385px to ~6,800px height (~8% shorter) + - More professional, scannable layout with balanced spacing + ## [2.0.18] - 2025-11-26 ### Fixed diff --git a/resources/js/blocks/feature-list-grid/style.css b/resources/js/blocks/feature-list-grid/style.css index c604e89..972149e 100644 --- a/resources/js/blocks/feature-list-grid/style.css +++ b/resources/js/blocks/feature-list-grid/style.css @@ -3,7 +3,7 @@ */ .wp-block-imagewize-feature-list-grid { width: 100%; - padding: 5rem 0; /* Vertical only - horizontal handled by WordPress */ + padding: 2rem 0; /* Vertical only - horizontal handled by WordPress */ } /* Constrain content width */ diff --git a/style.css b/style.css index 6560e52..e4482e7 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ Theme Name: Nynaeve Theme URI: https://imagewize.com Description: Modern WordPress theme built on Sage 11 with reusable custom blocks using WordPress native tools and the Roots.io stack. -Version: 2.0.18 +Version: 2.0.19 Author: Jasper Frumau Author URI: https://magewize.com Text Domain: nynaeve