Skip to content

Commit 0c52f8d

Browse files
committed
fix: ensure all index.html files leverage the "viewport" meta tag
1 parent f311cfd commit 0c52f8d

File tree

2 files changed

+2
-0
lines changed
  • src/generators

2 files changed

+2
-0
lines changed

src/generators/wc-lit-element-ts/templates/static/demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en-GB">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
56
<style>
67
body {
78
background: #fafafa;

src/generators/wc-lit-element/templates/static/demo/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en-GB">
33
<head>
44
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
56
<style>
67
body {
78
background: #fafafa;

0 commit comments

Comments
 (0)