From add96a2953c80003690a08bfcb2665a88d549041 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sat, 20 Jun 2026 22:02:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Adjust=20styles,=20new=20?= =?UTF-8?q?vector?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/blocks/our-work/our-work-vector-1.svg | 5 +++++ views/blocks/our-work/our-work-vector.svg | 4 +--- views/blocks/our-work/our-work.css | 5 +++-- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 views/blocks/our-work/our-work-vector-1.svg diff --git a/views/blocks/our-work/our-work-vector-1.svg b/views/blocks/our-work/our-work-vector-1.svg new file mode 100644 index 0000000..3f40522 --- /dev/null +++ b/views/blocks/our-work/our-work-vector-1.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/views/blocks/our-work/our-work-vector.svg b/views/blocks/our-work/our-work-vector.svg index 3f40522..5f79642 100644 --- a/views/blocks/our-work/our-work-vector.svg +++ b/views/blocks/our-work/our-work-vector.svg @@ -1,5 +1,3 @@ - - - + diff --git a/views/blocks/our-work/our-work.css b/views/blocks/our-work/our-work.css index 9db2cb4..98b2781 100644 --- a/views/blocks/our-work/our-work.css +++ b/views/blocks/our-work/our-work.css @@ -38,7 +38,7 @@ .our-work__inner { display: grid; - gap: clamp(2rem, 4vw, 4rem); + gap: clamp(2rem, 4vw, 4rem) 2.5rem; grid-template-areas: "left content" "left bottom"; @@ -56,6 +56,7 @@ .our-work__content { grid-area: content; + margin-lefT: 4rem; max-width: 46.75rem; } @@ -124,7 +125,7 @@ .our-work__media--left { align-self: start; grid-area: left; - margin-top: clamp(4rem, 8vw, 6.75rem); + margin-top: clamp(3rem, 6vw, 5rem); } .our-work__media--bottom {