diff --git a/index.html b/index.html index 396f141..4747d64 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@ diff --git a/styles/boards.css b/styles/boards.css index ea003bb..fe946bf 100644 --- a/styles/boards.css +++ b/styles/boards.css @@ -345,11 +345,17 @@ caption{ #timeblock { position: absolute; - top: 0; + margin-top: 2.5px; right: 0; + margin-right: 10px; color: azure; + font-size: 13px +} + +#timeblock p { margin-top: 0; - font-size: 13px; + margin-bottom: 0; + text-align: center; } /* Animations */ diff --git a/sw.js b/sw.js index ea437ad..de9ef50 100644 --- a/sw.js +++ b/sw.js @@ -1,6 +1,6 @@ /* Service Worker */ -const appVersion = "1.2.2" +const appVersion = "1.2.3" const cacheName = `owlboard-${appVersion}`; const cacheIDs = [cacheName]; const cacheFiles = [