Skip to content

Commit

Permalink
feat(hero): replace laggy svg with solid color (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom authored Sep 18, 2024
1 parent 8ebccbd commit 644deda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 114 deletions.
112 changes: 0 additions & 112 deletions public/headerAnimation.svg

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/sections/hero/hero.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
}

.secondaryColor {
background-image: url("/headerAnimation.svg");
background-size: cover;
background-color: var(--secondary-green3);
padding: 7.5rem 2rem;

@media (min-width: 640px) {
Expand Down

0 comments on commit 644deda

Please sign in to comment.