Reduce meta viewport tag (#1006)

This commit is contained in:
Jonathan Neal
2021-08-04 08:30:58 -04:00
committed by GitHub
parent 058388c874
commit c7aca2c9b2
15 changed files with 16 additions and 16 deletions

View File

@ -11,7 +11,7 @@ import Counter from '../components/Counter.vue'
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
content="width=device-width"
/>
<style>
:global(:root) {