From 8fbc83f584241725eabdcbae8d0bea3c47476f89 Mon Sep 17 00:00:00 2001 From: Kakabay Date: Wed, 1 Feb 2023 13:23:19 +0500 Subject: [PATCH] category padding fixed --- src/styles/_category.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/styles/_category.scss b/src/styles/_category.scss index d81843e..6c45e1c 100644 --- a/src/styles/_category.scss +++ b/src/styles/_category.scss @@ -11,11 +11,7 @@ left: 0; width: 100%; height: 100%; - background: linear-gradient( - 180deg, - rgba(0, 0, 0, 0) 50%, - rgba(0, 0, 0, 0.7) 100% - ); + background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); z-index: 2; pointer-events: none; display: flex; @@ -47,7 +43,7 @@ } .category-inner { - padding: 5.6rem 0; + padding-top: 5.6rem; display: grid; grid-template-columns: 2fr 1fr; gap: 2.4rem;