fix: [디자인QA] 컨텐츠 영역의 max-width 추가
This commit is contained in:
@@ -371,7 +371,10 @@ const handlePreregistClick = () => {
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
/* destroy되었을 때 (슬라이드 비활성화) 중앙 정렬 */
|
||||
.content-standard {
|
||||
@apply max-w-[1024px] mx-auto;
|
||||
}
|
||||
|
||||
.splide:not(.is-active):deep(.splide__list) {
|
||||
@apply flex justify-center gap-3 md:gap-4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user