ecomlab-components-next 0.1.136 → 0.1.137
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.
|
@@ -81,11 +81,11 @@
|
|
|
81
81
|
max-width: 674px;
|
|
82
82
|
min-width: 65%;
|
|
83
83
|
max-width: 65%;
|
|
84
|
-
max-height: max-content;
|
|
85
84
|
display: flex;
|
|
86
85
|
flex-direction: column;
|
|
87
86
|
align-items: center;
|
|
88
87
|
border: 1px solid #8495ED;
|
|
88
|
+
background-color: #F7F7F7;
|
|
89
89
|
border-radius: 10px;
|
|
90
90
|
height: 100%;
|
|
91
91
|
max-height: 364px;
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
|
|
94
94
|
img {
|
|
95
95
|
border-radius: 10px;
|
|
96
|
-
max-width:
|
|
96
|
+
max-width: max-content;
|
|
97
97
|
height: auto;
|
|
98
98
|
object-fit: cover;
|
|
99
99
|
animation: fadeInUp 0.3s;
|
|
@@ -183,8 +183,7 @@
|
|
|
183
183
|
max-height: 100%;
|
|
184
184
|
|
|
185
185
|
img {
|
|
186
|
-
width:
|
|
187
|
-
max-width: 100%;
|
|
186
|
+
max-width: max-content;
|
|
188
187
|
}
|
|
189
188
|
}
|
|
190
189
|
}
|
|
@@ -228,11 +227,6 @@
|
|
|
228
227
|
width: 100%;
|
|
229
228
|
max-width: 100%;
|
|
230
229
|
aspect-ratio: auto;
|
|
231
|
-
|
|
232
|
-
img {
|
|
233
|
-
width: 100%;
|
|
234
|
-
max-width: 100%;
|
|
235
|
-
}
|
|
236
230
|
}
|
|
237
231
|
}
|
|
238
232
|
}
|