Item collection change the column to 3 column on screen > 1408px

This commit is contained in:
Fabiano 2018-08-01 16:56:27 -03:00
parent 4c5a179e98
commit e06dbe955a
1 changed files with 11 additions and 0 deletions

View File

@ -263,6 +263,17 @@
column-gap: 0;
column-rule: none;
}
@media only screen and (min-width: 1408px){
-moz-column-count: 3;
-moz-column-gap: 0;
-moz-column-rule: none;
-webkit-column-count: 3;
-webkit-column-gap: 0;
-webkit-column-rule: none;
column-count: 3;
column-gap: 0;
column-rule: none;
}
h3{
color: #000;
font-size: 14px;