This commit is contained in:
Ludovic CANDELLIER
2022-12-22 01:09:11 +01:00
parent 5151f393be
commit 0feebca7e0
25 changed files with 298 additions and 195 deletions

View File

@@ -7,7 +7,7 @@
@if (!empty($text))
<div class="row m-0 mb-3">
<div class="col-12 p-3 green-dark bg-yellow rounded drop-shadow" style="font-size: 1.2em;">{!! $text !!}</div>
<div class="col-12 p-3 green-dark bg-yellow-light rounded-lg drop-shadow" style="font-size: 1.2em;">{!! $text !!}</div>
</div>
@endif
@@ -27,7 +27,7 @@
$(document).ready(function() {
$('.slider').slick({
lazyLoad: 'ondemand',
slidesToShow: 6,
slidesToShow: 5,
slidesToScroll: 1,
dots: false,
autoplay: true,