BraydenMoore commited on
Commit
6319fe5
1 Parent(s): 4917a24

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -1
templates/index.html CHANGED
@@ -34,7 +34,7 @@
34
 
35
  @keyframes pulse-animation {
36
  0% { transform: scale(0.1); opacity: 0.4; }
37
- 100% { transform: scale(6); opacity: 0; }
38
  }
39
 
40
  .flex-container {
@@ -44,6 +44,7 @@
44
  }
45
 
46
  .outer-container {
 
47
  justify-content: left;
48
  align-items: left;
49
  max-width: 80vw;
 
34
 
35
  @keyframes pulse-animation {
36
  0% { transform: scale(0.1); opacity: 0.4; }
37
+ 100% { transform: scale(3); opacity: 0; }
38
  }
39
 
40
  .flex-container {
 
44
  }
45
 
46
  .outer-container {
47
+ margin: 5%;
48
  justify-content: left;
49
  align-items: left;
50
  max-width: 80vw;