From d55584c4395865967cca25e4b87c1ddf4b310ccc Mon Sep 17 00:00:00 2001 From: Porkepix Date: Thu, 7 Sep 2017 18:35:20 +0200 Subject: [PATCH] Add an inline max-width to banniere-en.png on home Currently the image have a way too big width. This create a big horizontal scrolling on the homepage. This probably needs a better fix, but this way we fix the current version. --- src/memopol/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memopol/templates/home.html b/src/memopol/templates/home.html index 5f18dfc..6ff589c 100644 --- a/src/memopol/templates/home.html +++ b/src/memopol/templates/home.html @@ -18,7 +18,7 @@

{{ HOMEPAGE_INTRO_TEXT }}

- +

{% trans "What about this instance ?" %}

{{ HOMEPAGE_INSTANCE_TEXT }} -- GitLab