Skip to content

Commit

Permalink
Merge pull request #32 from HackAtUCI/fix/landing-background-load
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 authored Nov 23, 2023
2 parents 7510e9e + 26c18d2 commit aaef702
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/src/app/(home)/sections/Landing/Landing.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.landingSection {
background-image: url("~@/assets/backgrounds/landing-background.png");
background-image: url("~@/assets/backgrounds/landing-background.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Expand All @@ -19,7 +19,7 @@

.fogLeft,
.fogRight {
animation-delay: 0.5s;
animation-delay: 1.5s;
animation-duration: 4s;
animation-fill-mode: forwards;
animation-timing-function: ease;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit aaef702

Please sign in to comment.