Skip to content

Commit 6fa4e81

Browse files
committed
correctly move something to head, where it should be
1 parent 1438f8e commit 6fa4e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111
<!-- Google API Loader (required for Picker) -->
1212
<script src="https://apis.google.com/js/api.js" async defer></script>
13+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
1314
</head>
1415
<body>
1516
<div id="root"></div>
1617
<script type="module" src="/src/main.jsx"></script>
17-
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
1818
</body>
1919
</html>

0 commit comments

Comments
 (0)