fix. GR_GALLERY_01 모바일 sm 최대 사이즈 적용

This commit is contained in:
clkim
2025-11-20 13:27:21 +09:00
parent 72af43d97e
commit a4ad6fa0ba

View File

@@ -170,7 +170,7 @@ const onArrowClick = (direction, targetIndex) => {
<style scoped>
.thumbnail-carousel {
@apply w-full md:max-w-[944px];
@apply w-full max-w-[688px] md:max-w-[944px];
}
.thumbnail-carousel:deep(.main-splide) {
@apply overflow-hidden rounded-lg border border-white/10 shadow-[0_4px_20px_0_rgba(0,0,0,0.5)];