aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorGravatar piotrruss <mail@pruss.it> 2021-09-05 11:49:35 +0200
committerGravatar piotrruss <mail@pruss.it> 2021-09-05 11:49:35 +0200
commitdd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 (patch)
treeafb5100de92228e6e91d6ba48ff01fcee7e1a640 /components
parent1e14a1101933dcfec3f357c590a455649db375ff (diff)
downloadmy_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.gz
my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.bz2
my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.zip
add meta to block zoom
Diffstat (limited to 'components')
-rw-r--r--components/Layout.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/Layout.js b/components/Layout.js
index d5627e3..ac9534f 100644
--- a/components/Layout.js
+++ b/components/Layout.js
@@ -18,6 +18,8 @@ const Layout = ({
<section className={styles.layout +' '+ settings.theme}>
<Head>
<title>My Apps</title>
+ <meta name="viewport"
+ content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
</Head>
<main>
<div className="container">{children}</div>