Commit ce6cd87b576d25e4a78527f02d44c602dcfab4de
1 parent
d724ef50
images in page padding-right 15
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/web/css/custom.css
| @@ -429,6 +429,8 @@ figure.reviews_gallery { | @@ -429,6 +429,8 @@ figure.reviews_gallery { | ||
| 429 | max-width:100%; | 429 | max-width:100%; |
| 430 | height:auto; | 430 | height:auto; |
| 431 | display:block; | 431 | display:block; |
| 432 | + box-sizing: content-box; | ||
| 433 | + padding-right: 15px; | ||
| 432 | } | 434 | } |
| 433 | 435 | ||
| 434 | @media (max-width: 767px) { | 436 | @media (max-width: 767px) { |