14 lines
216 B
Plaintext
14 lines
216 B
Plaintext
.bestSellerWrap {
|
|
padding: 70px 60px 78px;
|
|
> h2 {
|
|
margin: 0px 0 34px;
|
|
font-size: 42px;
|
|
}
|
|
> ul {
|
|
justify-content: unset;
|
|
align-items: unset;
|
|
flex-direction: unset;
|
|
height: 438px;
|
|
}
|
|
}
|