diff --git a/css/animate.css b/css/animate.css index 8bfd1c5..58740a4 100755 --- a/css/animate.css +++ b/css/animate.css @@ -128,8 +128,8 @@ Copyright (c) 2015 Daniel Eden @-webkit-keyframes pulse { 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); } 50% { @@ -145,8 +145,8 @@ Copyright (c) 2015 Daniel Eden @keyframes pulse { 0% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); + -webkit-transform: scale3d(1.05, 1.05, 1.05); + transform: scale3d(1.05, 1.05, 1.05); } 50% {