fix. 썸네일 이미지 디폴트 스타일 수정

This commit is contained in:
clkim
2025-12-09 14:11:33 +09:00
parent 517135bb49
commit 5acd43af95
2 changed files with 6 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ const goToSlide = (index: number) => {
<style scoped>
.splide-pagination {
@apply flex items-center absolute bottom-10 left-1/2 -translate-x-1/2 z-[5] md:bottom-[96px];
@apply overflow-hidden flex items-center justify-center absolute bottom-10 left-1/2 max-w-full -translate-x-1/2 z-[5] md:bottom-[96px];
}
.btn-pagination {
@apply relative;