]> git.codecow.com Git - nano-pow.git/commitdiff
Try no minimum at all.
authorChris Duncan <chris@codecow.com>
Fri, 31 Jul 2026 20:30:07 +0000 (13:30 -0700)
committerChris Duncan <chris@codecow.com>
Fri, 31 Jul 2026 20:30:07 +0000 (13:30 -0700)
test/index.html

index a5cf4d7776afb25fa80144360c9f85e5f51bb625..384473c22c23944fb9bb6d7959ff7013435d7fd8 100644 (file)
@@ -318,8 +318,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                document.getElementById('effort').value = Math.max(1, Math.floor(navigator.hardwareConcurrency) / 2)
        </script>
        <style>
-               @media(min-resolution:2dppx){html{font-size:32px;}}
-               body{background:black;color:white;line-height:150%;margin:0 auto;max-width:50rem;min-width:40rem;padding:0 1em;}
+               body{background:black;color:white;line-height:150%;margin:0 auto;max-width:50rem;padding:0 1em;}
                a{color:darkcyan;}
                label{display:block;margin-bottom:0.25rem;}
                button,input,select{font-size:1rem;margin-bottom:0.5rem;}