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 d968456 commit ea7fc7c
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 auto;
background-size: ($width * 3) auto;
width: ($width * 3);
}
}
Expand Down

0 comments on commit ea7fc7c

Please sign in to comment.