Skip to content

Commit 244070a

Browse files
TheEvilSkeletonmirkobrombin
authored andcommitted
fix: Fade in left for circuit image
1 parent 79489a6 commit 244070a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139

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

0 commit comments

Comments
 (0)