diff --git a/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift b/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift index 2c05a8cc..327cea3d 100644 --- a/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift +++ b/Havit/Havit/Screens/CategoryContents/View/Components/Cells/CategoryContents1xNCollectionViewCell.swift @@ -147,7 +147,8 @@ final class CategoryContents1xNCollectionViewCell: BaseCollectionViewCell { } subtitleLabel.snp.makeConstraints { - $0.leading.trailing.equalTo(contentView).offset(16) + $0.leading.equalTo(contentView).offset(16) + $0.trailing.equalTo(contentView).offset(-60) $0.top.equalTo(titleLabel.snp.bottom).offset(9) }