sytle mineur
This commit is contained in:
parent
4d8074ef95
commit
714aa2a69c
1 changed files with 4 additions and 1 deletions
|
@ -18,7 +18,8 @@ function show_content () {
|
||||||
$('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
|
$('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
|
||||||
}
|
}
|
||||||
</script>
|
</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">
|
<div class="col-md-5 p-lg-5 mx-auto my-5 title-block">
|
||||||
<h1 class="display-4 font-weight-normal">{{category.name}}</h1>
|
<h1 class="display-4 font-weight-normal">{{category.name}}</h1>
|
||||||
<p class="lead font-weight-normal">{{category.description}}</p>
|
<p class="lead font-weight-normal">{{category.description}}</p>
|
||||||
|
@ -38,5 +39,7 @@ $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue