Files
shoptime/com.twin.app.shoptime/src/views/HomePanel/BestSeller/BestSeller.module.less
junghoon86.park db6cb4c260 [HomePanel]BestSeller VirtualGrid 적용 및 전역 설정되있는 css 변경건.
- bestselleritem생성
 - template.module.less 전역설정되어있는 부분 변경.
2024-02-06 10:30:04 +09:00

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;
}
}