first row white
This commit is contained in:
parent
e78129f9e6
commit
feadbde967
|
@ -55,7 +55,11 @@ a:hover {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 777px;
|
min-width: 777px;
|
||||||
}
|
}
|
||||||
.row:nth-child(2n+1) {
|
.product-detail .row.content {
|
||||||
|
margin-top:118px;
|
||||||
|
padding-top:35px;
|
||||||
|
}
|
||||||
|
.row:nth-child(2n) {
|
||||||
background: #fef0e4;
|
background: #fef0e4;
|
||||||
}
|
}
|
||||||
.row::before {
|
.row::before {
|
||||||
|
|
Loading…
Reference in New Issue