Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion resources/js/blocks/feature-list-grid/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down