[SHOPTIME-3683]
인트로 로고 크게 보이는 문제 원인 : 레이아웃 설정오류 대책: 저해상도 모델에서도 동일해상도로 노출되도록 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user