]> git.mxchange.org Git - friendica.git/commitdiff
Update image_grid.css
authorMarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com>
Mon, 12 Dec 2022 20:45:57 +0000 (21:45 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 20:45:57 +0000 (21:45 +0100)
view/theme/frio/css/image_grid.css

index dd29dd201d09902d662fda01fa068fe0e7ef7bba..5a39f6a4c973407c5ca5b2bb97ea9c2291c90c97 100644 (file)
        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
+}