Commit 1a1f8d214d30b8d3184e4f7c7825fe4c401743d2

Authored by Eugeny Galkovskiy
1 parent 16975837

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

frontend/views/site/gallery.php
@@ -35,7 +35,6 @@ @@ -35,7 +35,6 @@
35 } 35 }
36 } 36 }
37 ?> 37 ?>
38 - <div style="height:60px;clear: both;"></div>  
39 </div> 38 </div>
40 </div> 39 </div>
41 </div> 40 </div>
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%;