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