diff --git a/frontend/style.css b/frontend/style.css index d64d4f6..f45204d 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -1325,8 +1325,8 @@ video { } .text-xs { - font-size: 0.75rem; - line-height: 1rem; + font-size: 0.875rem; + line-height: 1.25rem; } .font-bold { diff --git a/frontend/sw.js b/frontend/sw.js index 0efcbc9..a8543d4 100644 --- a/frontend/sw.js +++ b/frontend/sw.js @@ -1,4 +1,4 @@ -const CACHE = 'otaman-v40'; +const CACHE = 'otaman-v41'; const URLS = [ 'index.html', 'help.html',