* column count changed

This commit is contained in:
Danyi Dávid 2018-07-09 10:36:18 +02:00
parent 43f9eabaed
commit 313766b9cf
2 changed files with 4 additions and 4 deletions

View File

@ -34,13 +34,13 @@ a:hover {
/* tablet */
@media only screen and (min-width: 780px) and (max-width: 1219px) {
.row {
column-count: 2;
column-count: 3;
}
}
/* desktop */
@media screen and (min-width: 1220px) {
.row {
column-count: 3;
column-count: 5;
}
}

View File

@ -20,13 +20,13 @@
/* tablet */
@media only screen and (min-width: 780px) and (max-width: 1219px) {
.row {
column-count: 2;
column-count: 3;
}
}
/* desktop */
@media screen and (min-width: 1220px) {
.row {
column-count: 4;
column-count: 5;
}
}