Update image_grid.css

This commit is contained in:
MarekBenjamin 2022-12-12 21:45:57 +01:00 committed by GitHub
parent c554af9c30
commit bc70bc23a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions

View File

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