Commit 1a1f8d214d30b8d3184e4f7c7825fe4c401743d2
1 parent
16975837
Галерея, стили
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
frontend/views/site/gallery.php
frontend/web/css/custom.css
@@ -352,6 +352,9 @@ figure.reviews_gallery { | @@ -352,6 +352,9 @@ figure.reviews_gallery { | ||
352 | width: 100%; | 352 | width: 100%; |
353 | height: 100%; | 353 | height: 100%; |
354 | } | 354 | } |
355 | +.reviews_gallery img:last-child{ | ||
356 | + margin-bottom:60px; | ||
357 | +} | ||
355 | @media ( max-width: 690px ) { | 358 | @media ( max-width: 690px ) { |
356 | figure.reviews_gallery{ | 359 | figure.reviews_gallery{ |
357 | width:50%; | 360 | width:50%; |