From c38ece8f6bd7003ec81784886a81f97d0f6de38d Mon Sep 17 00:00:00 2001 From: Amy Date: Wed, 25 Aug 2021 19:49:22 -0400 Subject: [PATCH] Adjust hash shape position on about us page --- pages/about/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/about/index.tsx b/pages/about/index.tsx index 83655cd6..53e42715 100644 --- a/pages/about/index.tsx +++ b/pages/about/index.tsx @@ -63,8 +63,8 @@ AboutUs.getShapesConfig = (() => { height: "calc(60rem / 16)", }, { - bottom: "calc(520rem / 16)", - right: "80vw", + bottom: "calc(440rem / 16)", + right: "84vw", width: "calc(60rem / 16)", height: "calc(60rem / 16)", },