* column count changed
This commit is contained in:
parent
43f9eabaed
commit
313766b9cf
@ -34,13 +34,13 @@ a:hover {
|
|||||||
/* tablet */
|
/* tablet */
|
||||||
@media only screen and (min-width: 780px) and (max-width: 1219px) {
|
@media only screen and (min-width: 780px) and (max-width: 1219px) {
|
||||||
.row {
|
.row {
|
||||||
column-count: 2;
|
column-count: 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* desktop */
|
/* desktop */
|
||||||
@media screen and (min-width: 1220px) {
|
@media screen and (min-width: 1220px) {
|
||||||
.row {
|
.row {
|
||||||
column-count: 3;
|
column-count: 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -20,13 +20,13 @@
|
|||||||
/* tablet */
|
/* tablet */
|
||||||
@media only screen and (min-width: 780px) and (max-width: 1219px) {
|
@media only screen and (min-width: 780px) and (max-width: 1219px) {
|
||||||
.row {
|
.row {
|
||||||
column-count: 2;
|
column-count: 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* desktop */
|
/* desktop */
|
||||||
@media screen and (min-width: 1220px) {
|
@media screen and (min-width: 1220px) {
|
||||||
.row {
|
.row {
|
||||||
column-count: 4;
|
column-count: 5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user