Skip to content

Commit 9fd0ea2

Browse files
committed
Product Images were obscuring product details on smaller viewports
1 parent 5171f9d commit 9fd0ea2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Draft
4+
- Product Images were obscuring product details on smaller viewports [#1019](https://github.com/bigcommerce/cornerstone/pull/1019)
45

56
## 1.8.2 (2017-06-23)
67
- 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
margin: 0;
2626

2727
@include breakpoint("medium") {
28-
min-height: 500px;
29-
min-width: 500px;
28+
min-height: 366px;
29+
min-width: 366px;
3030
}
3131

3232
img {

0 commit comments

Comments
 (0)