From feadbde96756ec20a6a6a73099740504c079d8db Mon Sep 17 00:00:00 2001 From: bmen Date: Thu, 28 Mar 2019 23:14:20 +0100 Subject: [PATCH] first row white --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 79a4915..87f5e81 100644 --- a/style.css +++ b/style.css @@ -55,7 +55,11 @@ a:hover { position: relative; min-width: 777px; } -.row:nth-child(2n+1) { +.product-detail .row.content { + margin-top:118px; + padding-top:35px; +} +.row:nth-child(2n) { background: #fef0e4; } .row::before {