Skip to content

Commit

Permalink
fix: Fade in left for circuit image
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEvilSkeleton authored and mirkobrombin committed Jan 12, 2024
1 parent 79489a6 commit 244070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

<section class="hero hero--big" id="solid">
<div class="hero-wrapper container">
<img class="hero-image onFocus" data-focus-class="fadeInRight" src="/assets/images/backgrounds/solid-circuit.svg"
<img class="hero-image onFocus" data-focus-class="fadeInLeft" src="/assets/images/backgrounds/solid-circuit.svg"
alt="Solid as a rock." />
<article class="hero-content">
<header class="hero-heading">
Expand Down

0 comments on commit 244070a

Please sign in to comment.