summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRikard Karlsen <rk@cassettian.space>2021-03-18 16:40:47 +0100
committerRikard Karlsen <rk@cassettian.space>2021-03-18 16:40:47 +0100
commite5ec79732945b39d7c086fe60cbcbc54c2ba4c94 (patch)
tree68e0967cfc3ad76ad5228e02b84962fbe189e9d1 /templates
parentd64062c0b10419a0a19a506f8828a9cf576b2ca1 (diff)
downloadbased.cooking-e5ec79732945b39d7c086fe60cbcbc54c2ba4c94.tar
based.cooking-e5ec79732945b39d7c086fe60cbcbc54c2ba4c94.tar.gz
based.cooking-e5ec79732945b39d7c086fe60cbcbc54c2ba4c94.tar.lz
based.cooking-e5ec79732945b39d7c086fe60cbcbc54c2ba4c94.tar.xz
based.cooking-e5ec79732945b39d7c086fe60cbcbc54c2ba4c94.zip
Make site scale properly on mobile
Diffstat (limited to 'templates')
-rw-r--r--templates/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html
index 0607af4b9..24d1b53ae 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>