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:
commit
d56f5636e4
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user