Skip to content

Commit

Permalink
changed the gradient percentage
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac3105 committed Nov 27, 2024
1 parent 788c4e3 commit 570dded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
body {
background-image: linear-gradient(
180deg,
rgba(179, 54, 54, 1) 0%,
rgba(65, 19, 21, 1) 25rem,
rgba(179, 54, 54, 1) -10%,
rgba(120, 36, 38, 1) 15%,
rgba(65, 19, 21, 1) 100%
);
@apply bg-no-repeat;
Expand Down

0 comments on commit 570dded

Please sign in to comment.