Commit 1a1f8d214d30b8d3184e4f7c7825fe4c401743d2

Authored by Eugeny Galkovskiy
1 parent 16975837

Галерея, стили

frontend/views/site/gallery.php
... ... @@ -35,7 +35,6 @@
35 35 }
36 36 }
37 37 ?>
38   - <div style="height:60px;clear: both;"></div>
39 38 </div>
40 39 </div>
41 40 </div>
... ...
frontend/web/css/custom.css
... ... @@ -352,6 +352,9 @@ figure.reviews_gallery {
352 352 width: 100%;
353 353 height: 100%;
354 354 }
  355 +.reviews_gallery img:last-child{
  356 + margin-bottom:60px;
  357 +}
355 358 @media ( max-width: 690px ) {
356 359 figure.reviews_gallery{
357 360 width:50%;
... ...