diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index d8c2491..4f84372 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -429,6 +429,8 @@ figure.reviews_gallery { max-width:100%; height:auto; display:block; + box-sizing: content-box; + padding-right: 15px; } @media (max-width: 767px) { -- libgit2 0.21.4