From: MarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com> Date: Mon, 12 Dec 2022 20:45:57 +0000 (+0100) Subject: Update image_grid.css X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc70bc23a4788e01d2deb8e1859d8c6c3eb3f85e;p=friendica.git Update image_grid.css --- 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 +}