From 187cdd06f066195b601f6a354b1542e7a0d7ffcc Mon Sep 17 00:00:00 2001 From: jymaeng Date: Mon, 7 Oct 2024 09:48:23 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20:=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PosterWithDetailInfo/styles.ts | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/components/PosterWithDetailInfo/styles.ts b/src/components/PosterWithDetailInfo/styles.ts index 8ecb3ba..c555ae9 100644 --- a/src/components/PosterWithDetailInfo/styles.ts +++ b/src/components/PosterWithDetailInfo/styles.ts @@ -5,15 +5,11 @@ export const PosterWithDetailInfo = styled.section` margin: 30px auto; width: 80%; height: fit-content; - - @media (min-width=500px) { - width: 100%; - } `; export const PDetailContainer = styled.div` - width: 100%; - height: auto; + flex-grow: 1; margin-left: 20px; - min-width: 500px; + height: auto; + /* min-width: 500px; */ `;