From bc70bc23a4788e01d2deb8e1859d8c6c3eb3f85e Mon Sep 17 00:00:00 2001
From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com>
Date: Mon, 12 Dec 2022 21:45:57 +0100
Subject: [PATCH] Update image_grid.css

---
 view/theme/frio/css/image_grid.css | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/view/theme/frio/css/image_grid.css b/view/theme/frio/css/image_grid.css
index dd29dd201d..5a39f6a4c9 100644
--- a/view/theme/frio/css/image_grid.css
+++ b/view/theme/frio/css/image_grid.css
@@ -24,15 +24,6 @@
 	width: 100%;
 }
 
-/*!* Responsive layout - makes a two column-layout instead of four columns *!*/
-/*@media screen and (max-width: 50px) {*/
-/*	.column {*/
-/*		-ms-flex: 50%;*/
-/*		flex: 50%;*/
-/*		max-width: 50%;*/
-/*	}*/
-/*}*/
-
 /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
 @media screen and (max-width: 150px) {
 	.column {
@@ -40,4 +31,4 @@
 		flex: 100%;
 		max-width: 100%;
 	}
-}
\ No newline at end of file
+}