This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user