From 86b9cef273372ddbc522ab5df6bbc9157063a1f5 Mon Sep 17 00:00:00 2001 From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com> Date: Mon, 12 Dec 2022 21:56:42 +0100 Subject: [PATCH] Update image_grid.css Removed fall back to one column --- view/theme/frio/css/image_grid.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/view/theme/frio/css/image_grid.css b/view/theme/frio/css/image_grid.css index 5a39f6a4c9..2ecbcafea8 100644 --- a/view/theme/frio/css/image_grid.css +++ b/view/theme/frio/css/image_grid.css @@ -23,12 +23,3 @@ vertical-align: middle; width: 100%; } - -/* 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 { - -ms-flex: 100%; - flex: 100%; - max-width: 100%; - } -}