Add a small picture for the showcase.

This commit is contained in:
Alexis M 2019-10-11 22:02:40 +02:00 committed by Jojo144
parent 0f07eeb21a
commit 4a604122eb
3 changed files with 5 additions and 2 deletions

View file

@ -62,8 +62,10 @@ body {
cursor: pointer; cursor: pointer;
} }
#header .showcaseimg {
width: 100px;
margin-left: 20px;
}
#header .additional-content { #header .additional-content {
margin-top: 5em; margin-top: 5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View file

@ -11,6 +11,7 @@
{% endif %} {% endif %}
{% if g.lang == 'fr' %} {% if g.lang == 'fr' %}
ou <a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a> ou <a class="showcase btn" onclick="javascript:showGallery(); return false;">Voir la BD explicative</a>
<img class="showcaseimg" src="{{ url_for("static", filename='showcase/showcase.png') }}" />
{% endif %} {% endif %}
</div> </div>
<div class="col-xs-12 col-sm-4"> <div class="col-xs-12 col-sm-4">