Skip to content

Commit

Permalink
Fix static test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Feb 19, 2019
1 parent 92d4ffa commit 5c67e67
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,21 +233,21 @@
// _____________________________________________

@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;
}
.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 5c67e67

Please sign in to comment.