fix. 디자인 가이드 수정

This commit is contained in:
clkim
2025-10-20 17:24:02 +09:00
parent baf3a47f78
commit 9144a6ffd7
6 changed files with 14 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ onBeforeUnmount(() => {
@apply h-full;
}
.thumbnail-carousel.thumbnail-default .thumbnail-splide {
@apply absolute bottom-[32px] left-1/2 -translate-x-1/2 md:bottom-[48px] md:px-[72px];
@apply absolute bottom-[32px] left-1/2 -translate-x-1/2 max-w-[100%] md:bottom-[48px] md:max-w-[896px] md:px-[72px];
}
.thumbnail-carousel.thumbnail-default:deep(.arrow-prev) {
@apply left-0;