Retire le bouton 'aller voir'

This commit is contained in:
klafyvel 2018-03-12 10:32:55 +01:00 committed by root
parent 03e361d976
commit b4c150eb26

View file

@ -23,7 +23,6 @@ $('html, body').animate({scrollTop: $('#category-content').offset().top}, 800);
<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_short}}</p>
<a class="btn btn-outline-secondary smooth-scroll" href="#category-content">Aller voir !</a>
</div>
</div>
<br />