Skip to content

Commit

Permalink
fix: Update start background (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
fzavalia authored Mar 5, 2024
1 parent 551dc81 commit 741d099
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/start/Start.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
position: fixed;
width: 100vw;
height: 100vh;
background: radial-gradient(70% 108% at 90% 50%, #ff00f5 0%, #540880 100%);
background-image: url('../../images/background-v4.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: center;
}
Expand Down
Binary file added src/images/background-v4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 741d099

Please sign in to comment.