summaryrefslogtreecommitdiff
path: root/merchants.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'merchants.html.j2')
-rw-r--r--merchants.html.j210
1 files changed, 7 insertions, 3 deletions
diff --git a/merchants.html.j2 b/merchants.html.j2
index 687e5164..fff24bf3 100644
--- a/merchants.html.j2
+++ b/merchants.html.j2
@@ -175,8 +175,12 @@
</ul>
</p>
</div>
- <div class="col-lg-6">
- <img src="{{ svg_localized('images/backend') }}" alt="{{ _("customer perspective")}}" style="float: right; margin: 5px 5px 5px 5px;" width="100%">
- </div>
+ <!--
+ FIXME: When we wrap this img in a div of class col,
+ FIXME: the image ends up overlaping the footer.
+ -->
+ <img src="{{ svg_localized('images/backend') }}"
+ alt="{{ _("customer perspective")}}"
+ class="img-fluid">
</div> <!-- /container -->
{% endblock body_content %}