Skip to content

Commit e9a5795

Browse files
committed
feat(web): add viewport meta tag
1 parent c471439 commit e9a5795

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/web/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<base href="/" />
55
<title>Nodeplotlib</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<link rel="preconnect" href="https://fonts.gstatic.com" />
78
<link
89
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap"

0 commit comments

Comments
 (0)