Add styling for image thumbnail - hide for small, show small thumbnail for big screens.

This commit is contained in:
summerscope
2015-03-10 11:35:03 +11:00
parent de6abc3464
commit b9a0579397

View File

@@ -36,10 +36,22 @@
li.product-cart
border-top: 1px solid #424242
// Shopping cart
#cart-detail
.cart-item-delete
a.delete
font-size: 1.125em
.item-thumb-image
display: none
@media screen and (min-width: 640px)
display: inline-block
float: left
padding-right: 0.5em
width: 36px
height: 36px
#edit-cart
button, .button