Skip to content

Commit

Permalink
fixed bg-texture
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsGotBars committed Sep 3, 2024
1 parent c1d1015 commit 5888ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {
place-content: center;
min-width: 320px;
min-height: 100vh;
background: url(./bg-texture.png);
background: url("./bg-texture.png");

}

Expand Down

0 comments on commit 5888ef2

Please sign in to comment.