fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user