diff --git a/index.html b/index.html index e9cf6a7..7af8762 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - +
@@ -158,10 +158,10 @@
- + diff --git a/styles.css b/styles.css index f7a2b72..360312f 100644 --- a/styles.css +++ b/styles.css @@ -591,6 +591,7 @@ body { .result-arrow { color: var(--text-dim); flex-shrink: 0; + font-size: 1.4rem; } .result-decimal { diff --git a/sw.js b/sw.js index 5ec8a87..5ede9ff 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -const CACHE_NAME = 'numnum-v10'; +const CACHE_NAME = 'numnum-v11'; const ASSETS = [ '/', '/index.html',