Skip to content

Commit

Permalink
fix: bg scrolling disappearing
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntspoon authored Jan 8, 2025
1 parent 843dbb7 commit d037a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/home/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}

#bg {
background-size: ($width * 3) auto;
background-size: 200% auto;
width: ($width * 3);
}
}
Expand Down

0 comments on commit d037a75

Please sign in to comment.