Text and images are centered properly on website, but shift to the right on a mobile device:
Website: http://active-storage.dlevy.net/products
Please advise on how to fix.
David
@media (max-width: 640px) {
.grid figure {
min-width: initial;
}
}