Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
XengShi authored Dec 1, 2024
1 parent 4d9603a commit b363701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ body {
min-height: 100%;
/* background-color: red; */
overflow: auto;

background-image: var(--bg-image, none);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
height: 100vh; /* Ensure the image fits the viewport height */
margin: 0; /* Remove margin to avoid unwanted spacing */
}
Expand Down

0 comments on commit b363701

Please sign in to comment.