ecomlab-components-next 0.1.137 → 0.1.138
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.
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
img {
|
|
95
95
|
border-radius: 10px;
|
|
96
96
|
max-width: max-content;
|
|
97
|
+
width: 100%;
|
|
97
98
|
height: auto;
|
|
98
99
|
object-fit: cover;
|
|
99
100
|
animation: fadeInUp 0.3s;
|
|
@@ -183,7 +184,8 @@
|
|
|
183
184
|
max-height: 100%;
|
|
184
185
|
|
|
185
186
|
img {
|
|
186
|
-
|
|
187
|
+
width: 100%;
|
|
188
|
+
max-width: 100%;
|
|
187
189
|
}
|
|
188
190
|
}
|
|
189
191
|
}
|
|
@@ -227,6 +229,11 @@
|
|
|
227
229
|
width: 100%;
|
|
228
230
|
max-width: 100%;
|
|
229
231
|
aspect-ratio: auto;
|
|
232
|
+
|
|
233
|
+
img {
|
|
234
|
+
width: 100%;
|
|
235
|
+
max-width: max-content;
|
|
236
|
+
}
|
|
230
237
|
}
|
|
231
238
|
}
|
|
232
239
|
}
|