Skip to content

Commit

Permalink
Update lopezbarber58.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MYXXdev committed Jan 13, 2025
1 parent 2b7ca7a commit 68b2f66
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MYXXfm/pages/lopezbarber58.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,14 @@
display: flex;
justify-content: center;
align-items: center;
animation: spin 2s linear infinite, pulse 1.5s ease-in-out infinite;
animation: pulse 1.5s ease-in-out infinite;
}

.logo-spinner img {
max-width: 100%;
max-height: 100%;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

@keyframes pulse {
0% { transform: scale(1); }
Expand Down

0 comments on commit 68b2f66

Please sign in to comment.