Commit 4167f247f33524983daa6f29ad914966f09cd949
1 parent
760f6c65
Галерея, стили
Showing
2 changed files
with
2 additions
and
4 deletions
Show diff stats
frontend/views/site/gallery.php
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | 13 | ||
14 | ?> | 14 | ?> |
15 | 15 | ||
16 | -<div id="content" class="contgallery"> | 16 | +<div id="content"> |
17 | <div class="container"> | 17 | <div class="container"> |
18 | <div class="row"> | 18 | <div class="row"> |
19 | <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> | 19 | <div class="my-gallery" itemscope itemtype="http://schema.org/ImageGallery"> |
@@ -38,6 +38,7 @@ | @@ -38,6 +38,7 @@ | ||
38 | </div> | 38 | </div> |
39 | </div> | 39 | </div> |
40 | </div> | 40 | </div> |
41 | + <div style="height:60px;"></div> | ||
41 | </div> | 42 | </div> |
42 | 43 | ||
43 | <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> | 44 | <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> |
frontend/web/css/custom.css
@@ -343,9 +343,6 @@ input[type="text"].form-control{ | @@ -343,9 +343,6 @@ input[type="text"].form-control{ | ||
343 | .artbox_list_container #list-view{ | 343 | .artbox_list_container #list-view{ |
344 | padding-top:40px; | 344 | padding-top:40px; |
345 | } | 345 | } |
346 | -.contgallery{ | ||
347 | - margin-bottom: 60px; | ||
348 | -} | ||
349 | figure.reviews_gallery { | 346 | figure.reviews_gallery { |
350 | width: 33.333%; | 347 | width: 33.333%; |
351 | float: left; | 348 | float: left; |