Skip to content

Commit

Permalink
fix background gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
waalbert committed Oct 8, 2024
1 parent e8b4390 commit 7631985
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/site/src/lib/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ $container-padding: 8rem;

.background {
background: linear-gradient(#01a6c4, #01a7c5 67%, #00c1a9 82%, #8dbd9e);

@media screen and (min-height: 600px) {
background: #01a6c4;
}
}

.accordion {
Expand Down

0 comments on commit 7631985

Please sign in to comment.