We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5171f9d commit 9fd0ea2Copy full SHA for 9fd0ea2
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Draft
4
+- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)
5
6
## 1.8.2 (2017-06-23)
7
- Swaps `writeReview` for `write_review` to fix email link issue [#1017](https://github.com/bigcommerce/cornerstone/pull/1017)
assets/scss/components/stencil/productView/_productView.scss
@@ -25,8 +25,8 @@
25
margin: 0;
26
27
@include breakpoint("medium") {
28
- min-height: 500px;
29
- min-width: 500px;
+ min-height: 366px;
+ min-width: 366px;
30
}
31
32
img {
0 commit comments