1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Merge pull request #73 from johnbhartley/hotfix/issue-65

Added meta for viewport so responsive styles are used.
This commit is contained in:
John Cleaver 2017-07-28 15:25:38 -04:00 committed by GitHub
commit d56f5636e4

View File

@ -11,6 +11,7 @@
<link type="text/css" rel="stylesheet" href="main.css"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body id="app">