Skip to content

Commit

Permalink
small styling adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
okkdev committed Nov 23, 2022
1 parent 96e830b commit 4c33764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ html {
}

.ani-tracking {
animation-duration: 2s;
animation-duration: 4s;
animation-name: ani-tracking;
animation-iteration-count: infinite;
animation-direction: alternate;
Expand All @@ -29,6 +29,6 @@ html {
letter-spacing: -1.2rem;
}
100% {
letter-spacing: 0.8rem;
letter-spacing: 0.5rem;
}
}

0 comments on commit 4c33764

Please sign in to comment.