Skip to content

Commit

Permalink
Spin vis slightly faster
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Dec 30, 2023
1 parent 5fc88a6 commit e384d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ footer {
background: var(--border-bg);
transition-duration: 3s;
transform: rotate(15deg);
animation: rotate 120s linear infinite;
animation: rotate 100s linear infinite;
}

@keyframes rotate {
Expand Down

0 comments on commit e384d99

Please sign in to comment.