diff --git a/index.html b/index.html index 11cc6b8..a1e580b 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -155,10 +155,10 @@
- + diff --git a/styles.css b/styles.css index 0843d24..fded20c 100644 --- a/styles.css +++ b/styles.css @@ -117,8 +117,8 @@ body { } @keyframes ticker-scroll { - 0% { transform: translateX(100%); } - 100% { transform: translateX(-100%); } + 0% { transform: translateX(0); } + 100% { transform: translateX(-50%); } } /* BUTTONS */ diff --git a/sw.js b/sw.js index 845a8a2..2b49ac8 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'numnum-v39'; +const CACHE_NAME = 'numnum-v40'; const ASSETS = [ '/', '/index.html',