forked from rDrama/rDrama
1
0
Fork 0

buff post tilt

master
Aevann 2023-08-12 13:16:27 +03:00
parent 0f8c75f252
commit 7f18940836
1 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@
.tilt-post {
animation-duration: 200s !important;
animation-duration: 100s !important;
animation-iteration-count: infinite !important;
animation-direction: alternate !important;
animation-timing-function: linear !important;
@ -166,7 +166,7 @@
@media (min-width: 768px) {
.tilt-post {
animation-duration: 500s !important;
animation-duration: 200s !important;
}
@keyframes tilt-post {
0% {transform: rotate(0deg);}