Skip to content

Commit

Permalink
Fix : css 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jymaeng1234 committed Oct 7, 2024
1 parent 7f5f401 commit 187cdd0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/components/PosterWithDetailInfo/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
`;

0 comments on commit 187cdd0

Please sign in to comment.