summaryrefslogtreecommitdiff
path: root/src/_header.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-10 20:29:26 -0500
committerGitHub <noreply@github.com>2021-03-10 20:29:26 -0500
commitb339101618dd13552e65847c95bbee415b7211df (patch)
tree98468b218db44389faa50aac3959ec2192d0d758 /src/_header.html
parent26c4a91ecb3f988069c471856485e7b722fb7d39 (diff)
parent42a7b145dfcc54e9b28d2017a7e5378afa025583 (diff)
Merge pull request #26 from taco-c/master
Make the site scale properly on mobile
Diffstat (limited to 'src/_header.html')
-rw-r--r--src/_header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_header.html b/src/_header.html
index 672d6f1..3651175 100644
--- a/src/_header.html
+++ b/src/_header.html
@@ -6,6 +6,7 @@
<meta charset=UTF-8>
<link rel=stylesheet href=style.css>
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>