Skip to content

Commit

Permalink
fix: 컴포넌트 정렬 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed May 12, 2024
1 parent d516670 commit aa68a65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/gallery/GalleryDetailSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const DateText = styled(TitleText)`
`;

const RightWrapper = styled.div`
flex-basis: 70%;
padding: 2rem;
@media (max-width: 900px) {
padding: 2rem 2rem 0rem 2rem;
Expand All @@ -86,9 +85,11 @@ const DescriptionBox = styled.div`
font-family: 'Pretendard';
font-style: normal;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-items: flex-start;
word-wrap: break-word;
gap: 1rem;
@media (max-width: 900px) {
padding: 0rem;
}
Expand Down

0 comments on commit aa68a65

Please sign in to comment.