diff --git a/src/components/BackgroundImage/BackgroundImage.jsx b/src/components/BackgroundImage/BackgroundImage.jsx index ca376452..cb128012 100644 --- a/src/components/BackgroundImage/BackgroundImage.jsx +++ b/src/components/BackgroundImage/BackgroundImage.jsx @@ -3,7 +3,7 @@ import { styled } from "tamagui"; const BackgroundImage = styled("div", { boxShadow: "inset 100px 0px 100px white", width: "650px", - height: "99vh", + height: "91.9vh", borderTopRightRadius: "25px", borderBottomRightRadius: "25px", });