Adjust hash shape position on about us page

This commit is contained in:
Amy 2021-08-25 19:49:22 -04:00
parent 99ba8e1a42
commit c38ece8f6b
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ AboutUs.getShapesConfig = (() => {
height: "calc(60rem / 16)", height: "calc(60rem / 16)",
}, },
{ {
bottom: "calc(520rem / 16)", bottom: "calc(440rem / 16)",
right: "80vw", right: "84vw",
width: "calc(60rem / 16)", width: "calc(60rem / 16)",
height: "calc(60rem / 16)", height: "calc(60rem / 16)",
}, },