@loafmarkets/ui 0.1.143 → 0.1.144
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.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8133,8 +8133,7 @@ var Track = styled19__default.default.div`
|
|
|
8133
8133
|
`;
|
|
8134
8134
|
var Slide = styled19__default.default.div`
|
|
8135
8135
|
min-width: 100%; position: relative; cursor: pointer;
|
|
8136
|
-
img { width: 100%;
|
|
8137
|
-
@media (max-width: 768px) { img { height: 280px; } }
|
|
8136
|
+
img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
|
|
8138
8137
|
`;
|
|
8139
8138
|
var SlideCaption = styled19__default.default.div`
|
|
8140
8139
|
position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem;
|