Skip to content

Commit 8ef7fb9

Browse files
committed
update css
1 parent d78109c commit 8ef7fb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/css/product-brands.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
@media screen and (max-width: 768px) {
2-
.fd-product-brand {
2+
.fd-product-brand .flickity-enabled {
33
margin-left: 0;
44
margin-right: 0;
55
}
6-
.fd-product-brand .carousel-cell {
6+
.fd-product-brand .flickity-enabled .carousel-cell {
77
margin-left: 0;
88
}
99
}
1010

11-
.fd-product-brand {
11+
.fd-product-brand .flickity-enabled {
1212
margin-left: 5rem;
1313
margin-right: 5rem;
1414
}
1515

16-
.fd-product-brand .carousel-cell {
16+
.fd-product-brand .flickity-enabled .carousel-cell {
1717
height: 200px;
1818
width: 200px;
1919
margin-left: 3rem;
2020
}
2121

22-
.fd-product-brand .carousel-cell img {
22+
.fd-product-brand .flickity-enabled .carousel-cell img {
2323
position: absolute;
2424
top: 50%;
2525
transform: translateY(-50%);

0 commit comments

Comments
 (0)