diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css index 219f0a4..3ba45f4 100644 --- a/make_post_sell/static/css/common.css +++ b/make_post_sell/static/css/common.css @@ -240,6 +240,16 @@ img { height: auto; } +/* Prevent content images from causing horizontal scrollbars */ +.content img, +.product-content img, +.well img { + max-width: 100%; + width: auto; + height: auto; + box-sizing: border-box; +} + img.logo { width: initial; max-height: 100px; @@ -949,6 +959,10 @@ textarea.markup-editor-textarea { width: 100%; } + section.product-right .well { + margin-top: 30px; + } + .product-description { order: 3; }