diff --git a/SodaLive/Sources/Content/Detail/ContentDetailView.swift b/SodaLive/Sources/Content/Detail/ContentDetailView.swift index ada4106..1312118 100644 --- a/SodaLive/Sources/Content/Detail/ContentDetailView.swift +++ b/SodaLive/Sources/Content/Detail/ContentDetailView.swift @@ -124,14 +124,9 @@ struct ContentDetailView: View { width: screenSize().width, height: GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth(screenSize().width).size.height ) - .padding(.top, 13.3) + .padding(.top, 26.7) } - Rectangle() - .foregroundColor(Color(hex: "232323")) - .frame(height: 6.7) - .padding(.top, 24) - ContentDetailOtherContentView( title: "크리에이터의 다른 콘텐츠", items: audioContent.creatorOtherContentList,