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