[2.5] Fix responsive product sizes when columns class is missing.
This commit is contained in:
parent
0049415797
commit
5481820668
File diff suppressed because one or more lines are too long
|
@ -99,7 +99,7 @@
|
||||||
/**
|
/**
|
||||||
* Products
|
* Products
|
||||||
*/
|
*/
|
||||||
&[class*="columns-"] {
|
&, &[class*="columns-"] {
|
||||||
ul.products {
|
ul.products {
|
||||||
li.product {
|
li.product {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
|
|
Loading…
Reference in New Issue