Missing Meta viewport call on examples
Created by: gardenofegan
Not sure if this is much of an issue, but did cause me some confusion at first and could be helpful for others.
On the example pages, they are all missing the following call:
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Causing the viewing on a mobile device to not render properly (as expected).