From cba06873c367af28eeadb1ccdf757303881e7d18 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Fri, 31 Mar 2023 20:41:25 +0100 Subject: [PATCH] Fix board footer layout, bump patch version --- index.html | 2 +- styles/boards.css | 10 ++++++++-- sw.js | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) 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 = [