* column count changed
This commit is contained in:
parent
43f9eabaed
commit
313766b9cf
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user