diff --git a/css.html b/css.html index 45fc5d6464..045be7876d 100644 --- a/css.html +++ b/css.html @@ -30,7 +30,7 @@ base_url: "../" {% highlight html %} {% endhighlight %} -

You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag. This way, your mobile users will only be able to scroll, and it will result in your app feeling a bit more like the rest of the applications that you could find on the device.

+

You can disable zooming capabilities on mobile devices by adding user-scalable=no to the viewport meta tag. This disables zooming, meaning users are only able to scroll, and results in your site feeling a bit more like a native application. Overall we don't recommend this on every site, so use caution!

{% highlight html %} {% endhighlight %}