We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ec8ec commit 8117371Copy full SHA for 8117371
src/components/App.css
@@ -1,4 +1,5 @@
1
.app {
2
+ text-size-adjust: none;
3
font-family: helvetica, arial, sans-serif;
4
line-height: 200%;
5
padding: 6px 20px 30px;
src/template.ejs
@@ -1,6 +1,7 @@
<html>
<head>
<title>CSS Modules Webpack Demo</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
6
</head>
7
<body>
0 commit comments