oraculo-ui 0.1.53 → 0.1.54

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/dist/index.es.js CHANGED
@@ -1292,7 +1292,7 @@ function Wt({
1292
1292
  alt: l.title,
1293
1293
  style: {
1294
1294
  width: "100%",
1295
- height: "137px",
1295
+ height: window.innerWidth < 768 ? "80px" : "137px",
1296
1296
  borderRadius: 8,
1297
1297
  display: "block",
1298
1298
  objectFit: "cover"