diff options
author | 2021-09-05 11:49:35 +0200 | |
---|---|---|
committer | 2021-09-05 11:49:35 +0200 | |
commit | dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5 (patch) | |
tree | afb5100de92228e6e91d6ba48ff01fcee7e1a640 /components/Layout.js | |
parent | 1e14a1101933dcfec3f357c590a455649db375ff (diff) | |
download | my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.gz my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.tar.bz2 my_apps-dd7c9b02b9c4101d836e8c9b1f04c60f37dbddf5.zip |
add meta to block zoom
Diffstat (limited to 'components/Layout.js')
-rw-r--r-- | components/Layout.js | 2 |
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> |