[SHOPTIME-3597] Home Banner Today's deal 하단 이미지 오류 (추가 파일)

Changed files:
1. RandomUnit.module.less

Detail note:
1. Modify image coordinates and size
This commit is contained in:
younghoon100.park
2024-09-27 09:55:18 +09:00
parent 718f71dfae
commit 126894dbd8

View File

@@ -97,7 +97,7 @@
}
}
.productInfo {
margin-bottom: 33px;
margin-bottom: 31px;
.todaysDealTitle {
.size(@w:100%,@h:132px);
font-size: 76px;
@@ -146,7 +146,7 @@
}
.itemImgBox {
> img {
.size(@w: 354px, @h: 354px);
.size(@w: 356px, @h: 356px);
border-radius: 0;
}
}