fix. GR_DETAIL_03 최대 콘텐츠 넓이 수정

This commit is contained in:
clkim
2025-12-09 10:04:37 +09:00
parent 16a3dd386d
commit 9daa5faedb

View File

@@ -60,7 +60,7 @@ const getVideoSrc = (item: PageDataTemplateComponent) => {
:resources-data="getComponentGroup(item, 'foreground')"
/>
<div
class="content-standard max-w-[335px] mx-auto items-start pt-[48px] md:max-w-[1024px] md:pt-0"
class="content-standard mx-auto items-start pt-[48px] max-w-[375px] sm:max-w-[415px] md:max-w-[1024px] md:pt-0"
>
<WidgetsSubTitle
v-if="hasComponentGroup(item, 'category')"