diff --git a/CHANGELOG.md b/CHANGELOG.md index 8defd0fd10..1283854d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019) ## 1.8.2 (2017-06-23) - Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017) diff --git a/assets/scss/components/stencil/productView/_productView.scss b/assets/scss/components/stencil/productView/_productView.scss index bd0434e186..0d91e79d54 100644 --- a/assets/scss/components/stencil/productView/_productView.scss +++ b/assets/scss/components/stencil/productView/_productView.scss @@ -25,8 +25,8 @@ margin: 0; @include breakpoint("medium") { - min-height: 500px; - min-width: 500px; + min-height: 366px; + min-width: 366px; } img {