libreria-astro-lefebvre 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -56,6 +56,9 @@ const structuredData = `<script type="application/ld+json">
|
|
|
56
56
|
display: flex;
|
|
57
57
|
align-items: start !important;
|
|
58
58
|
}
|
|
59
|
+
.glider-dots {
|
|
60
|
+
display: none !important;
|
|
61
|
+
}
|
|
59
62
|
</style>
|
|
60
63
|
|
|
61
64
|
<div class="w-full ">
|
|
@@ -211,7 +214,7 @@ const structuredData = `<script type="application/ld+json">
|
|
|
211
214
|
{
|
|
212
215
|
breakpoint: 575,
|
|
213
216
|
settings: {
|
|
214
|
-
slidesToShow:
|
|
217
|
+
slidesToShow: 2,
|
|
215
218
|
slidesToScroll: 1
|
|
216
219
|
}
|
|
217
220
|
},
|