diff --git a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx index d22348f..029d092 100644 --- a/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx +++ b/frontend/src/pages/pc/public/schedule/sections/VarietySection.jsx @@ -13,27 +13,27 @@ function VarietySection({ schedule }) { const categoryColor = schedule.category?.color || '#06b6d4'; return ( -
- {/* 썸네일 카드 */} -
+
+ {/* 왼쪽: 썸네일 카드 (높이 고정) */} +
{hasThumbnail ? ( {schedule.title} ) : (
- +
)}
- {/* 정보 카드 */} -
+ {/* 오른쪽: 정보 카드 */} +
{/* 방송사 + 날짜 */}
{schedule.broadcaster && (