Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Addresses comments in #39
Browse files Browse the repository at this point in the history
  • Loading branch information
petele committed May 1, 2014
1 parent 9ef5a54 commit 7faafd9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ how to control the page's dimensions and scaling.
{% include modules/takeaway.liquid list=page.key-takeaways.set-viewport %}

In order to attempt to provide the best experience, mobile browsers will render
the page at a desktop screen width (usually about 960px), and then try to make
the content look better by increasing font sizes and scaling the content to fit
the screen. For users, this means that font sizes may appear inconsistently and
they have to double-tap or pinch-zoom in order to be able to see and interact
with the content.
the page at a desktop screen width (usually about 980px, though this varies
across devices), and then try to make the content look better by increasing
font sizes and scaling the content to fit the screen. For users, this means
that font sizes may appear inconsistently and they have to double-tap or
pinch-zoom in order to be able to see and interact with the content.

{% highlight html %}
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit 7faafd9

Please sign in to comment.