sytle mineur

This commit is contained in:
Klafyvel 2018-02-28 15:44:00 +01:00
parent 4d8074ef95
commit 714aa2a69c

View file

@ -18,7 +18,8 @@ function show_content () {
$('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
}
</script>
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light page-title">
<br/>
<div class="position-relative overflow-hidden p-3 p-md-5 text-center bg-light page-title">
<div class="col-md-5 p-lg-5 mx-auto my-5 title-block">
<h1 class="display-4 font-weight-normal">{{category.name}}</h1>
<p class="lead font-weight-normal">{{category.description}}</p>
@ -38,5 +39,7 @@ $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
</video>
</div>
{% endfor %}
<br />
<br />
</div>
{% endblock %}