Skip to content

Commit 92221cf

Browse files
committed
faster arrows
1 parent 1a3bd02 commit 92221cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/_layouts/base.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@
204204
opacity: 0.3;
205205
font-size: 48px;
206206
letter-spacing: -10px;
207-
animation: slideGroove 8s linear infinite;
207+
animation: slideGroove 1.5s linear infinite;
208208
}
209209
210210
@keyframes slideGroove {
211211
0% { transform: translateX(0); }
212-
100% { transform: translateX(20px); }
212+
100% { transform: translateX(40px); }
213213
}
214214
215215
.hero h1,
@@ -637,7 +637,7 @@
637637
<a href="/contact/">Contact</a>
638638
</div>
639639
<div>
640-
<p2024 codeGROOVE · North Cackalacky</p>
640+
<p2025 codeGROOVE · North Cackalacky</p>
641641
<p class="text-muted">Built by engineers who got tired of waiting for reviews</p>
642642
</div>
643643
</footer>

0 commit comments

Comments
 (0)