From 1a1f8d214d30b8d3184e4f7c7825fe4c401743d2 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 29 Sep 2017 11:31:26 +0300 Subject: [PATCH] Галерея, стили --- frontend/views/site/gallery.php | 1 - frontend/web/css/custom.css | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/views/site/gallery.php b/frontend/views/site/gallery.php index 56c3e60..9a5c662 100644 --- a/frontend/views/site/gallery.php +++ b/frontend/views/site/gallery.php @@ -35,7 +35,6 @@ } } ?> -
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 4756a84..070623f 100755 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -352,6 +352,9 @@ figure.reviews_gallery { width: 100%; height: 100%; } +.reviews_gallery img:last-child{ + margin-bottom:60px; +} @media ( max-width: 690px ) { figure.reviews_gallery{ width:50%; -- libgit2 0.21.4