diff options
author | Alban Gruin | 2019-01-04 13:34:27 +0100 |
---|---|---|
committer | Alban Gruin | 2019-01-04 13:34:27 +0100 |
commit | 0001f374946a8778b0b5fad4c5baee091d328a9f (patch) | |
tree | 8da00b2dbf0c6b7e6bf65c0abfee7da8ff011c4b /templates/flatpages/guide.html | |
parent | 38747ef8895f86a6843a80bc3276b5251703074d (diff) | |
parent | 350b28338174656fc5e552bab5f2b51be5fc9d00 (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.html | 11 |
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 %} |