Skip to content

Commit

Permalink
feat: channelList 반응형 디자인
Browse files Browse the repository at this point in the history
  • Loading branch information
GihoKo committed Jul 12, 2024
1 parent d8a6a56 commit 6f0086c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Organisms/Content/ChannelContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ const Wrapper = styled.div`
display: flex;
flex-direction: column;
padding: 0 32px;
@media (max-width: 1024px) {
padding: 0 16px;
}
`;

const Container = styled.ul`
Expand All @@ -53,6 +57,7 @@ const Container = styled.ul`
@media (max-width: 1024px) {
grid-template-columns: repeat(2, 1fr);
padding: 16px;
gap: 8px;
}
Expand Down

0 comments on commit 6f0086c

Please sign in to comment.