Skip to content

Commit

Permalink
update width
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokilskill committed Jun 10, 2024
1 parent 9e4bb64 commit a97872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Background/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Background: React.FC = () => {
position="absolute"
top={{ base: "50px", md: "-257px", lg: "-44px" }}
left={{ base: "-112px", md: "-320px", lg: "-342px" }}
width={{ base: "611px", md: "1682px", lg: "2143px" }}
maxWidth={{ base: "611px", md: "1682px", lg: "2143px" }}
height={{ base: "5398px", md: "5762px", lg: "6271px" }}
mx={"auto"}
zIndex={-1}
Expand Down

0 comments on commit a97872e

Please sign in to comment.