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;