more pwa stuff

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-29 17:51:09 +01:00
parent 2d7de7c62b
commit 13e8f47b35
5 changed files with 27 additions and 14 deletions

View File

@@ -52,11 +52,13 @@
</html>
<style>
noscript {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
font-size: 1.5rem;
}
</style>
noscript {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
background-color: #dbeede;
font-size: 1.5rem;
font-family: Arial, Helvetica, sans-serif;
}
</style>