Skip to content

Commit 92d4ffa

Browse files
author
Dipti 2Jcommerce
committed
ipad-view-order-summary-block
1 parent 4bb06ef commit 92d4ffa

File tree

1 file changed

+24
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+24
-0
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_order-summary.less

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,3 +227,27 @@
227227
}
228228
}
229229
}
230+
231+
//
232+
// Tablet
233+
// _____________________________________________
234+
235+
@media only screen and (max-width: @screen__m) {
236+
.opc-block-summary {
237+
.product-item {
238+
.product-item-inner {
239+
display: block;
240+
}
241+
242+
.product-item-name-block {
243+
display: block;
244+
text-align: left;
245+
}
246+
247+
.subtotal {
248+
display: block;
249+
text-align: left;
250+
}
251+
}
252+
}
253+
}

0 commit comments

Comments
 (0)