🐞 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
@@ -10,7 +10,7 @@
);
border-bottom: 16px solid var(--color-secondary);
color: var(--color-white);
margin-bottom: clamp(4rem, 7vw, 5.5rem);
/* margin-bottom: clamp(4rem, 7vw, 5.5rem); */
overflow: visible;
padding: clamp(4rem, 6vw, 5.75rem) 0 0;
position: relative;
+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';