gnucash-htdocs master: Meta: Add viewport instructions

Frank H.Ellenberger fell at code.gnucash.org
Sat Aug 15 11:09:40 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/3a01b38c (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/97c357a0 (commit)



commit 3a01b38c908ac750bc561ca1578bec7e7ea04b77
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Aug 15 17:09:09 2020 +0200

    Meta: Add viewport instructions
    
    Useful for mobile devices: Zoom out and allow scaling.

diff --git a/externals/header.phtml b/externals/header.phtml
index 0b51b9a..90a3651 100644
--- a/externals/header.phtml
+++ b/externals/header.phtml
@@ -32,6 +32,9 @@
     { ?>
     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
 
+    <!-- Useful for mobile devices: Zoom out and allow scaling. -->
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
+
     <!--meta properties for facebook Open Graph-->
     <meta property="og:title" content="Free Accounting Software | GnuCash"/>
     <meta property="og:type" content="website"/>



Summary of changes:
 externals/header.phtml | 3 +++
 1 file changed, 3 insertions(+)



More information about the gnucash-changes mailing list