Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 10:55:38 -06:00 committed by GitHub
parent e9fdc3f345
commit 559820b906
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -337,6 +337,6 @@ pre {
transform: translateX(0); transform: translateX(0);
} }
100% { 100% {
transform: translateX(-50%); transform: translateX(-100%);
} }
} }