🐞 fix: Our Work tweaks
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-06-14 14:29:49 -05:00
parent 307325ac5f
commit 084d66d1d9
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace CWC;
$left_image = get_field( 'left_image' );
$bottom_image = get_field( 'bottom_image' );
$classes = 'our-work mx-break-out';
$classes = 'our-work mx-break-out mb-36';
if ( ! empty( $left_image ) ) {
$classes .= ' has-left-image';