[OnSale] AutoScroll 위치 비정상 스타일 수정

Detail Notes :
 
1. 좌측 여백 container -> tVirtualGridList class로 변경
This commit is contained in:
jangheon Pyo
2024-02-29 13:08:17 +09:00
parent 5cbc764de3
commit 2b70e37fdf

View File

@@ -4,7 +4,6 @@
.container {
position: relative;
.size(@w: 100%, @h: 570px);
padding-left: 60px;
// sectionTitle
h2 {
@@ -15,4 +14,7 @@
> div:nth-child(2) {
.size(@w: inherit, @h: inherit);
}
.tVirtualGridList {
padding-left: 60px;
}
}