File tree 1 file changed +21
-7
lines changed
1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change @@ -207,6 +207,12 @@ ol > li > ol {
207
207
border-radius : 2px ;
208
208
}
209
209
210
+ @media (max-width : 575px ) {
211
+ .card {
212
+ min-width : 100% !important ;
213
+ }
214
+ }
215
+
210
216
.products-card {
211
217
color : # 33444d ;
212
218
background-color : # fff ;
@@ -283,14 +289,14 @@ a.other-products-card {
283
289
display : block;
284
290
transition : transform 150ms ease-in-out;
285
291
color : # 000 ;
286
- }
292
+ }
287
293
288
- a .other-products-card : hover {
289
- opacity : 1 ;
290
- /* transform: scale(1.03); */
291
- box-shadow : 0px 5px 10px 0px # 4856650f ;
292
- box-shadow : 0px 12px 24px 0px # 48566533 ;
293
- }
294
+ a .other-products-card : hover {
295
+ opacity : 1 ;
296
+ /* transform: scale(1.03); */
297
+ box-shadow : 0px 5px 10px 0px # 4856650f ;
298
+ box-shadow : 0px 12px 24px 0px # 48566533 ;
299
+ }
294
300
295
301
.card-img {
296
302
background-repeat : no-repeat;
@@ -300,6 +306,14 @@ a.other-products-card {
300
306
min-height : 35px ;
301
307
}
302
308
309
+ .mini-card-body {
310
+ display : flex;
311
+ flex-direction : column;
312
+ gap : 8px ;
313
+ align-items : start;
314
+ margin-top : -30px ;
315
+ }
316
+
303
317
.list-card {
304
318
min-height : 40px ;
305
319
padding : 1em ;
You can’t perform that action at this time.
0 commit comments