Skip to content

Commit

Permalink
feat: Header 대칭으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
stopmin committed Jul 16, 2024
1 parent 2c9dbd8 commit b412a94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,14 @@ const Header = () => {
height="100px"
justifyContent="space-between"
maxWidth="100%"
p={3}
px={6}
>
<Typography variant="h1">경단</Typography>
<Typography color={color.gray_dark} mt={2} variant="subtitle1">
경제를 단순하게
</Typography>
</Stack>
<Stack alignItems="center" direction="row" mt={2} spacing={6}>
<Stack alignItems="center" direction="row" mt={2} px={6} spacing={6}>
{mainCategory.map((item) => (
<Link
key={item.id}
Expand Down

0 comments on commit b412a94

Please sign in to comment.