Skip to content

Instantly share code, notes, and snippets.

@LinguistMB
Created October 19, 2017 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LinguistMB/011cfea4fa4630b51d470b199ea104b1 to your computer and use it in GitHub Desktop.
Save LinguistMB/011cfea4fa4630b51d470b199ea104b1 to your computer and use it in GitHub Desktop.
.catalog-product-view .layout_2 .product-info-main {
-webkit-flex-basis: 30%;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
max-width: 30%; }
.catalog-product-view .layout_2 .product.media {
-webkit-flex-basis: 50%;
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment