diff --git a/frontend/views/site/gallery.php b/frontend/views/site/gallery.php
index 6b71cc0..60d7724 100644
--- a/frontend/views/site/gallery.php
+++ b/frontend/views/site/gallery.php
@@ -13,26 +13,31 @@
?>
-
-
- id . '_' . $image->fileHash . '.' . $image->extension))) {
- ?>
-
-
-
-
-
-
+
+
+
+
+ id . '_' . $image->fileHash . '.' . $image->extension))) {
+ ?>
+
+
+
+
+
+
+
+
+
diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css
index cdb592f..0d60bf2 100755
--- a/frontend/web/css/custom.css
+++ b/frontend/web/css/custom.css
@@ -342,4 +342,26 @@ input[type="text"].form-control{
}
.artbox_list_container #list-view{
padding-top:40px;
+}
+.contgallery{
+ margin-bottom: 60px;
+}
+figure.reviews_gallery {
+ width: 33.333%;
+ float: left;
+ padding: 10px;
+}
+.reviews_gallery img {
+ width: 100%;
+ height: 100%;
+}
+@media ( max-width: 690px ) {
+ figure.reviews_gallery{
+ width:50%;
+ }
+}
+@media ( max-width: 380px ) {
+ figure.reviews_gallery{
+ width:100%;
+ }
}
\ No newline at end of file
--
libgit2 0.21.4