displays four columns
This commit is contained in:
parent
8bc2c03ff2
commit
a79171fef5
|
@ -69,9 +69,9 @@ wrapper{
|
||||||
}
|
}
|
||||||
|
|
||||||
.masonry {
|
.masonry {
|
||||||
-moz-column-count: 3;
|
-moz-column-count: 4;
|
||||||
-webkit-column-count: 3;
|
-webkit-column-count: 4;
|
||||||
column-count: 3;
|
column-count: 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 768px) and (max-width: 1023px) {
|
@media only screen and (min-width: 768px) and (max-width: 1023px) {
|
||||||
|
|
Loading…
Reference in New Issue