Adds breakpoints to mosaic view mode.
This commit is contained in:
parent
ac80e1432e
commit
825c92831d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue