Fix board footer layout, bump patch version

This commit is contained in:
Fred Boniface 2023-03-31 20:41:25 +01:00
parent 9a7797ce20
commit cba06873c3
3 changed files with 10 additions and 4 deletions

View File

@ -64,7 +64,7 @@
</div>
<!-- Footer -->
<footer>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.2</span></p>
<p>Created by <a href="https://fredboniface.co.uk" target="_blank" rel="noreferrer noopener">Fred Boniface</a> - <span id="ver_str">1.2.3</span></p>
</footer>
</body>
</html>

View File

@ -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 */

2
sw.js
View File

@ -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 = [