summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-18 18:23:15 -0400
committerGitHub <noreply@github.com>2021-03-18 18:23:15 -0400
commitfecd760b26f54f5f5e5319cbb1df7005d7e833ac (patch)
tree5da52344c9115d0ccfcb90ebb95534be18c1744b
parenta74e25393bbc8bda3522ec737943590eff26f1b9 (diff)
parente5ec79732945b39d7c086fe60cbcbc54c2ba4c94 (diff)
Merge pull request #223 from taco-c/master
Make site scale properly on mobile
-rw-r--r--templates/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html
index 0607af4..24d1b53 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -2,6 +2,7 @@
<html lang=en>
<head>
<meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<title>$PAGE_TITLE</title>
</head>