diff --git a/example/encrypted/example.html b/example/encrypted/example.html index 7ddb720..a0fd71e 100644 --- a/example/encrypted/example.html +++ b/example/encrypted/example.html @@ -164,6 +164,13 @@ transform: rotate(360deg); } } + + @media screen and (-webkit-min-device-pixel-ratio:0) { + .staticrypt-form input[type="password"], + input[type="text"] { + font-size: 16px; + } + } diff --git a/index.html b/index.html index c30dd13..e8ada72 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,13 @@ label.no-style { font-weight: normal; } + + @media screen and (-webkit-min-device-pixel-ratio:0) { + .staticrypt-form input[type="password"], + input[type="text"] { + font-size: 16px; + } + } diff --git a/lib/password_template.html b/lib/password_template.html index 2438908..680f931 100644 --- a/lib/password_template.html +++ b/lib/password_template.html @@ -164,6 +164,13 @@ transform: rotate(360deg); } } + + @media screen and (-webkit-min-device-pixel-ratio: 0) { + .staticrypt-form input[type="password"], + input[type="text"] { + font-size: 16px; + } + } diff --git a/scripts/index_template.html b/scripts/index_template.html index d7abe12..5d6e4e5 100644 --- a/scripts/index_template.html +++ b/scripts/index_template.html @@ -25,6 +25,13 @@ label.no-style { font-weight: normal; } + + @media screen and (-webkit-min-device-pixel-ratio: 0) { + .staticrypt-form input[type="password"], + input[type="text"] { + font-size: 16px; + } + }