워터마크 추가

This commit is contained in:
2025-08-04 21:40:25 +09:00
parent f24a5a7f3f
commit 1206ee4261
15 changed files with 74 additions and 53 deletions

View File

@@ -4572,27 +4572,29 @@
background: url(../images/kia/pdp/display_theme_disney/box_more_m2.png) no-repeat center / auto 100%;
@include tablet {
display: none;
width: 61rem;
height: 40.5rem;
background: url(../images/kia/pdp/display_theme_disney/box_more.png) no-repeat center / auto 100%;
}
}
@include tablet {
width: 61rem;
height: 41.4rem;
padding: 6.6rem 5.8rem;
margin: -1.8rem 0 0 0;
width: 57.4rem;
height: 36.9rem;
padding: 4.8rem 4rem;
margin: 0 0 0;
border-radius: 0;
background: url(../images/kia/pdp/display_theme_disney/box_more.png) no-repeat center / auto 100%;
box-shadow: none;
aspect-ratio: inherit;
}
@include desktopMin {
margin-left: 0;
}
@include desktopMax {
margin-left: -1.8rem;
}
// @include desktopMax {
// margin-left: -1.8rem;
// }
strong {
display: flex;