diff options
Diffstat (limited to 'js/puzzle-dungeon/index.html')
-rw-r--r-- | js/puzzle-dungeon/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/puzzle-dungeon/index.html b/js/puzzle-dungeon/index.html index 89f1869..3d02487 100644 --- a/js/puzzle-dungeon/index.html +++ b/js/puzzle-dungeon/index.html @@ -9,7 +9,7 @@ margin: 0; padding: 0 1em; max-width: 100%; - overflow-x: hidden; /* Prevent horizontal scrolling */ + overflow-x: hidden; /* a stupid hack to say "no no no" to horizontal scrolling */ display: block; } canvas { @@ -28,7 +28,7 @@ display: block; margin: 0 auto; width: 100%; - font-size: 16px; /* Prevent zoom on focus */ + font-size: 16px; } </style> </head> |