summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1982c92..64a2990 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <meta http-equiv="content-type" content="text/html; charset=utf-8">
-<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
+<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=8.0, user-scalable=1">
 <title>Color, Harmony, and Math</title>
 <style type="text/css">
 .color-wheel {
@@ -33,7 +33,7 @@ function main() {
 
   let colorWheelParameters = {
     scale: 10000,
-    nStepsAround: 32,
+    nStepsAround: 128,
     nStepsOutward: 128,
   };