summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2018-01-19 04:52:23 +0100
committerFlorian Dold <florian.dold@gmail.com>2018-01-19 04:52:23 +0100
commit1cb24be8c2679c00b3a4fd4a244053b395be0d15 (patch)
treea0dbc4317b2adcb4e50d7365616fa34e3d91adb1
parent0cf8d6ed1694da89bd720ee902f0fa278963fc7a (diff)
downloadblog-1cb24be8c2679c00b3a4fd4a244053b395be0d15.tar.gz
blog-1cb24be8c2679c00b3a4fd4a244053b395be0d15.tar.bz2
blog-1cb24be8c2679c00b3a4fd4a244053b395be0d15.zip
add viewport
-rw-r--r--talerblog/blog/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerblog/blog/templates/base.html b/talerblog/blog/templates/base.html
index ea7fd29..15b13a8 100644
--- a/talerblog/blog/templates/base.html
+++ b/talerblog/blog/templates/base.html
@@ -17,6 +17,7 @@
<html data-taler-nojs="true">
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Taler Donation Demo</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/pure.css') }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='web-common/demo.css') }}" />