Update image_grid.css

Removed fall back to one column
This commit is contained in:
MarekBenjamin 2022-12-12 21:56:42 +01:00 committed by GitHub
parent bc70bc23a4
commit 86b9cef273
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -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%;
}
}