Skip to content

Commit

Permalink
fix: 토론방 반응형 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ymj07168 committed Oct 30, 2024
1 parent 8b2bb8b commit 906e2c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/DiscussionPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ const DiscussionPage = () => {
return (
<>
<Header />
<PageContainer className="xl:px-[150px] lg:px-[100px] md:px-50 sm:px-10 mt-5">
<div className="flex flex-row gap-3 mb-5">
<PageContainer className="px-2 pt-1 xl:px-[250px] lg:px-[100px] md:px-5 sm:px-3 sm:pt-3">
<div className="flex flex-col gap-3 mb-5 sm:flex-row">
<Chip
icon={<Tag />}
label={data?.problemTitle}
Expand Down

0 comments on commit 906e2c6

Please sign in to comment.