Skip to content

Commit

Permalink
Stop the background jumping around
Browse files Browse the repository at this point in the history
  • Loading branch information
tackley committed Apr 25, 2023
1 parent 80a8f06 commit 6fb8e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Background.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const Background: React.FC<Props> = ({ children }) => {
backgroundImage: `url(${require("../images/background.svg")})`,
backgroundRepeat: "no-repeat",
backgroundSize: "cover",
backgroundAttachment: "fixed",
display: "flex",
flexDirection: "column",
justifyContent: "space-between",
Expand Down

0 comments on commit 6fb8e83

Please sign in to comment.