Skip to content

Commit

Permalink
change location of background image
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Jun 14, 2024
1 parent a93135c commit a171573
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
align-items: center;
justify-content: center;
height: 80vh;
background: linear-gradient(135deg, rgba(30, 136, 229, 0.8) 0%, rgba(66, 165, 245, 0.8) 100%), url('src/lib/images/pool-side.jpg') no-repeat center center;
background: linear-gradient(135deg, rgba(30, 136, 229, 0.8) 0%, rgba(66, 165, 245, 0.8) 100%), url('/src/assets/pool-side.jpg') no-repeat center center;
background-size: cover;
color: white;
text-align: center;
Expand Down

0 comments on commit a171573

Please sign in to comment.