first row white

This commit is contained in:
bmen 2019-03-28 23:14:20 +01:00
parent e78129f9e6
commit feadbde967
1 changed files with 5 additions and 1 deletions

View File

@ -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 {