category padding fixed
This commit is contained in:
parent
3119de2344
commit
8fbc83f584
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue