Fazbeeer commited on
Commit
54df961
·
verified ·
1 Parent(s): 43d2cd1

Manual changes saved

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -24,7 +24,7 @@
24
  background: linear-gradient(135deg, #0a2e38 0%, #1a1a1a 50%, #3a0000 100%);
25
  }
26
  .pulse-animation {
27
- animation: pulse 2s infinite;
28
  }
29
  @keyframes pulse {
30
  0% { transform: scale(1); }
 
24
  background: linear-gradient(135deg, #0a2e38 0%, #1a1a1a 50%, #3a0000 100%);
25
  }
26
  .pulse-animation {
27
+ animation: pulse s infinite;
28
  }
29
  @keyframes pulse {
30
  0% { transform: scale(1); }