diff --git a/view/theme/frio/css/image_grid.css b/view/theme/frio/css/image_grid.css index dd29dd201..5a39f6a4c 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 +}