Skip to content

Commit

Permalink
feat(hero)
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Aug 27, 2024
1 parent dbdb87f commit 4adb288
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/style/home/hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ section.hero-container {
opacity: 0;
translate: 50%;

animation: hero-img-slidein 1s 5s ease-in-out forwards;
animation: hero-img-slidein 1s calc(var(--SCENE_DUR) + 0.3s)
ease-in-out forwards;

@media screen and (max-width: 1440px) {
width: clamp(0px, 350px, 100%);
Expand Down

0 comments on commit 4adb288

Please sign in to comment.