From ce6cd87b576d25e4a78527f02d44c602dcfab4de Mon Sep 17 00:00:00 2001 From: zhegal Date: Mon, 23 Oct 2017 17:36:56 +0300 Subject: [PATCH] images in page padding-right 15 --- frontend/web/css/custom.css | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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