summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorolf <olf@subsignal.org>2015-03-18 17:27:49 +0100
committerolf <olf@subsignal.org>2015-03-18 17:27:49 +0100
commit2b007df8b94373a1a7b26d12ee5f1b6e4049851f (patch)
tree420ca3cab0e92e2ed5cbff87d25949227a5f5ba1
parent70e6a613e5b671c93b0c39a34e2b674a718ac171 (diff)
scaling / font size fix for moblie devices
-rw-r--r--template/template/template.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/template/template.html b/template/template/template.html
index bab81f3..f483f79 100644
--- a/template/template/template.html
+++ b/template/template/template.html
@@ -15,7 +15,8 @@
<meta name="keywords" content="sublab, Hackerspace, Leipzig, Computer, Linux, Freie Software, $template_keywords">
<meta name="description" lang="de" content="$template_desc_de">
<meta name="description" lang="en" content="$template_desc_en">
-
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+
<link rel="stylesheet" href="/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="/css/sublab.bootstrap.css" type="text/css">
<link rel="stylesheet" href="/css/sublab.status.css" type="text/css">