displays four columns

This commit is contained in:
buttle 2021-09-07 11:53:36 +02:00
parent 8bc2c03ff2
commit a79171fef5
1 changed files with 3 additions and 3 deletions

View File

@ -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) {