Skip to content

Commit 942ef29

Browse files
committedMay 12, 2019
Update mobile.html
1 parent 8baeb40 commit 942ef29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎mobile.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<i class="fab fa-behance fa-6x"></i>
120120
</a>
121121
</div>
122-
<img src="img/Logo.png" alt="logo" class="sidelogo-mobile" />
122+
<img src="img/Logo.png" alt="logo" id=logo class="sidelogo-mobile" />
123123

124124
</header>
125125
<main>
@@ -219,7 +219,7 @@
219219
<script>
220220
window.sr = ScrollReveal();
221221

222-
sr.reveal("#home-img-mobile", {
222+
sr.reveal("#logo", {
223223
duration: 2000,
224224
origin: "top",
225225
distance: "300px"

0 commit comments

Comments
 (0)
Please sign in to comment.