aboutsummaryrefslogtreecommitdiff
path: root/templates/flatpages/guide.html
diff options
context:
space:
mode:
authorAlban Gruin2019-01-04 13:34:27 +0100
committerAlban Gruin2019-01-04 13:34:27 +0100
commit0001f374946a8778b0b5fad4c5baee091d328a9f (patch)
tree8da00b2dbf0c6b7e6bf65c0abfee7da8ff011c4b /templates/flatpages/guide.html
parent38747ef8895f86a6843a80bc3276b5251703074d (diff)
parent350b28338174656fc5e552bab5f2b51be5fc9d00 (diff)
Merge branch 'ag/pa1ch/nique-toi-google' into prod/pa1ch/0.14.zv0.14.4-pa1ch
Diffstat (limited to 'templates/flatpages/guide.html')
-rw-r--r--templates/flatpages/guide.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/flatpages/guide.html b/templates/flatpages/guide.html
new file mode 100644
index 0000000..e803f57
--- /dev/null
+++ b/templates/flatpages/guide.html
@@ -0,0 +1,11 @@
+{% extends "flatpages/default.html" %}
+
+{% block head %}
+ <style>
+img {
+ display: block;
+ max-width: 100%;
+ margin: 0 auto;
+}
+ </style>
+{% endblock %}