[SHOPTIME-3683]

인트로 로고 크게 보이는 문제
원인 : 레이아웃 설정오류
대책: 저해상도 모델에서도 동일해상도로 노출되도록 수정
This commit is contained in:
yonghyon
2024-09-25 11:33:06 +09:00
parent 0c52a83ba4
commit 3434ec8eb0

View File

@@ -34,12 +34,11 @@
.fullpageImage {
width: 1000px;
height: 400px;
&.fullPageImageShopOnTv {
width: 1920px;
height: 1080px;
}
}
.fullPageImageShopOnTv {
width: 100vw;
height: 100vh;
}
.baseFontLoading {
font-family: @baseFont;
position: absolute;