🐞 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
+3
View File
@@ -91,6 +91,7 @@ body {
} }
h2, .h2 { h2, .h2 {
color: var(--color-cwc-blue-01);
font-size: var(--h2); font-size: var(--h2);
line-height: 1.3; line-height: 1.3;
@@ -100,6 +101,8 @@ body {
} }
} }
#clients h2 { @apply text-64px; }
h3, .h3 { h3, .h3 {
font-size: var(--h3); font-size: var(--h3);
line-height: 1.4; line-height: 1.4;
+1 -1
View File
@@ -10,7 +10,7 @@
); );
border-bottom: 16px solid var(--color-secondary); border-bottom: 16px solid var(--color-secondary);
color: var(--color-white); color: var(--color-white);
margin-bottom: clamp(4rem, 7vw, 5.5rem); /* margin-bottom: clamp(4rem, 7vw, 5.5rem); */
overflow: visible; overflow: visible;
padding: clamp(4rem, 6vw, 5.75rem) 0 0; padding: clamp(4rem, 6vw, 5.75rem) 0 0;
position: relative; position: relative;
+1 -1
View File
@@ -12,7 +12,7 @@ namespace CWC;
$left_image = get_field( 'left_image' ); $left_image = get_field( 'left_image' );
$bottom_image = get_field( 'bottom_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 ) ) { if ( ! empty( $left_image ) ) {
$classes .= ' has-left-image'; $classes .= ' has-left-image';