]> git.mxchange.org Git - friendica.git/commitdiff
Update image_grid.css
authorMarekBenjamin <117765478+MarekBenjamin@users.noreply.github.com>
Mon, 12 Dec 2022 20:56:42 +0000 (21:56 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 20:56:42 +0000 (21:56 +0100)
Removed fall back to one column

view/theme/frio/css/image_grid.css

index 5a39f6a4c973407c5ca5b2bb97ea9c2291c90c97..2ecbcafea89f321e76904e44440a417ede4429ac 100644 (file)
        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%;
-       }
-}