summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Shared
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-06-09 15:02:25 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-06-09 15:02:25 -0400
commit1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3 (patch)
tree5a43da6ae39aea1085219cdf1695d3072fb9579c /src/SMAPI.Web/Views/Shared
parent317a33764621f7d0ff9af0239a5fcfea6662a7ed (diff)
downloadSMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.tar.gz
SMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.tar.bz2
SMAPI-1ae1a2620ea0a9bda730b9b1a92145a9e255f9b3.zip
make web layout more responsive
Diffstat (limited to 'src/SMAPI.Web/Views/Shared')
-rw-r--r--src/SMAPI.Web/Views/Shared/_Layout.cshtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SMAPI.Web/Views/Shared/_Layout.cshtml b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
index ac98c71b..d435e760 100644
--- a/src/SMAPI.Web/Views/Shared/_Layout.cshtml
+++ b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
@@ -6,6 +6,7 @@
<html>
<head>
<meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<title>@ViewData["Title"] - SMAPI.io</title>
<link rel="stylesheet" href="~/Content/css/main.css" />
@RenderSection("Head", required: false)