diff options
author | Alban Gruin | 2019-09-01 21:08:27 +0200 |
---|---|---|
committer | Alban Gruin | 2019-09-01 21:08:27 +0200 |
commit | f2b26c79e1f3bf524a750214bffcee6351f14906 (patch) | |
tree | a96056c7bd7e82460cc97c7f3dbbc31ccd5c2e65 /templates/flatpages | |
parent | 8b413293eecfe3a799a5bae6655a4d89c639526a (diff) | |
parent | 350b28338174656fc5e552bab5f2b51be5fc9d00 (diff) |
Merge branch 'ag/pa1ch/nique-toi-google' into pa1chv0.15.0-pa1chpa1ch
Diffstat (limited to 'templates/flatpages')
-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 %} |