Adds breakpoints to mosaic view mode.

This commit is contained in:
mateuswetah 2018-05-30 14:19:19 -03:00
parent ac80e1432e
commit 825c92831d
1 changed files with 11 additions and 0 deletions

View File

@ -1,6 +1,17 @@
.tainacan-mosaic-container {
padding: 0;
column-gap: 0;
column-count: 1;
@media only screen and (min-width: 576px) {
column-count: 2;
}
@media only screen and (min-width: 768px) {
column-count: 3;
}
@media only screen and (min-width: 992px) {
column-count: 4;
}
.tainacan-mosaic {
padding: 0px;