Better mobile handling
1 files changed, 3 insertions(+), 1 deletions(-) M index.html
M index.html +3 -1
@@ 1,7 1,7 @@ <!doctype html> <head> <meta 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"> <title>QR Code Generator</title> <style type="text/css"> @@ 29,6 29,8 @@ margin-bottom: 10px; resize: vertical; font-family: monospace; + /* prevent ios zoom */ + font-size: 16px; } .page {