Skip to content

Commit 8117371

Browse files
committed
Add responsive meta tag, disable text size adjust
1 parent 86ec8ec commit 8117371

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.app {
2+
text-size-adjust: none;
23
font-family: helvetica, arial, sans-serif;
34
line-height: 200%;
45
padding: 6px 20px 30px;

src/template.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<html>
22
<head>
33
<title>CSS Modules Webpack Demo</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1" />
45
<link rel="stylesheet" type="text/css" href="style.css" />
56
</head>
67
<body>

0 commit comments

Comments
 (0)