Skip to content

Commit

Permalink
ipad-view-order-summary-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipti 2Jcommerce committed Feb 4, 2019
1 parent 4bb06ef commit 92d4ffa
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,27 @@
}
}
}

//
// Tablet
// _____________________________________________

@media only screen and (max-width: @screen__m) {
.opc-block-summary {
.product-item {
.product-item-inner {
display: block;
}

.product-item-name-block {
display: block;
text-align: left;
}

.subtotal {
display: block;
text-align: left;
}
}
}
}

0 comments on commit 92d4ffa

Please sign in to comment.