fix: [디자인QA] 컨텐츠 영역의 max-width 추가

This commit is contained in:
clkim
2025-11-26 17:50:26 +09:00
parent 97e6ab912a
commit e06ee97764
12 changed files with 31 additions and 29 deletions

View File

@@ -173,8 +173,6 @@ onBeforeUnmount(() => {
</template>
<style scoped>
.thumbnail-carousel {
}
.thumbnail-carousel:deep(img) {
@apply w-full h-full object-cover;
}