Skip to content

Commit

Permalink
mobile 최적화 CSS 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
citron03 committed Sep 2, 2023
1 parent 7513ac1 commit c5a35e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/board/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export default function Page() {
<Stack alignItems="center" margin="4" backgroundColor="whiteAlpha.300">
<Text> 게시글 제목 {postData?.title}</Text>
<Box
width="container.md"
width="full"
display="flex"
flexDirection="row"
justifyContent="space-around"
>
<Text>조회수 {postData?.views}</Text>
<Text>작성자 {postData?.writer}</Text>
<Box>
<Box display="flex" flexWrap="wrap">
<Button
size="xs"
backgroundColor="red.200"
Expand Down

0 comments on commit c5a35e6

Please sign in to comment.