Commit 4167f247f33524983daa6f29ad914966f09cd949

Authored by Eugeny Galkovskiy
1 parent 760f6c65

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

frontend/views/site/gallery.php
... ... @@ -13,7 +13,7 @@
13 13  
14 14 ?>
15 15  
16   -<div id="content" class="contgallery">
  16 +<div id="content">
17 17 <div class="container">
18 18 <div class="row">
19 19 <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery">
... ... @@ -38,6 +38,7 @@
38 38 </div>
39 39 </div>
40 40 </div>
  41 + <div style="height:60px;"></div>
41 42 </div>
42 43  
43 44 <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
... ...
frontend/web/css/custom.css
... ... @@ -343,9 +343,6 @@ input[type=&quot;text&quot;].form-control{
343 343 .artbox_list_container #list-view{
344 344 padding-top:40px;
345 345 }
346   -.contgallery{
347   - margin-bottom: 60px;
348   -}
349 346 figure.reviews_gallery {
350 347 width: 33.333%;
351 348 float: left;
... ...