diff options
author | 2021-08-04 08:30:58 -0400 | |
---|---|---|
committer | 2021-08-04 08:30:58 -0400 | |
commit | c7aca2c9b258ed941f7089dfa3ad092be9419a76 (patch) | |
tree | b04374786c862391ef457c672a4eacb478d9ceb7 /docs/src/components | |
parent | 058388c87479352844a210405a0e7290e99c334d (diff) | |
download | astro-c7aca2c9b258ed941f7089dfa3ad092be9419a76.tar.gz astro-c7aca2c9b258ed941f7089dfa3ad092be9419a76.tar.zst astro-c7aca2c9b258ed941f7089dfa3ad092be9419a76.zip |
Reduce meta viewport tag (#1006)
Diffstat (limited to 'docs/src/components')
-rw-r--r-- | docs/src/components/HeadCommon.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/HeadCommon.astro b/docs/src/components/HeadCommon.astro index 3a58af07b..46fe72743 100644 --- a/docs/src/components/HeadCommon.astro +++ b/docs/src/components/HeadCommon.astro @@ -1,5 +1,5 @@ <!-- Global Metadata --> -<meta name="viewport" content="width=device-width, initial-scale=1.0"> +<meta name="viewport" content="width=device-width"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"/> <link rel="sitemap" href="/sitemap.xml"/> |