This is an automated email from the ASF dual-hosted git repository.
joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 96db1aa mobile viewport
96db1aa is described below
commit 96db1aa5c1be1a519a9b2c8b3763cbc5ac35b60f
Author: Josh Tynjala <[email protected]>
AuthorDate: Sat Apr 27 09:40:36 2019 -0700
mobile viewport
---
_layouts/docpage.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/_layouts/docpage.html b/_layouts/docpage.html
index 35e21ee..1cc9a55 100644
--- a/_layouts/docpage.html
+++ b/_layouts/docpage.html
@@ -22,6 +22,7 @@ limitations under the License.
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="{{ site.baseurl }}/royalesite.css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<meta name="viewport" content="width=device-width, initial-scale=1,
maximum-scale=1, user-scalable=no" />
<base href="{{ site.baseurl }}/" />
<title>{{page.title}}</title>
</head>