Skip to content

Commit

Permalink
feat: 로그인 페이지, 메인 페이지 반응형
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Mar 7, 2024
1 parent d61d37e commit d26a300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/templates/SignInTemplate/SignInTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const SignInTemplate = () => {

return (
<BorderBox
w={'27.75rem'}
py={'2.5rem'}
p={'3rem'}
>
<Flex
align={'center'}
Expand Down
3 changes: 3 additions & 0 deletions src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const MainPage = () => {
mt={LAYOUT_SIZE.HEADER_HEIGHT}
borderBottom={'1px'}
borderColor={'gray.300'}
padding={'1rem'}
>
<Box
maxW={'960px'}
Expand Down Expand Up @@ -162,6 +163,7 @@ const MainPage = () => {
maxW={'960px'}
mx={'auto'}
mb={'3rem'}
padding={'1rem'}
>
<Link to={appPaths.main()}>
<Text
Expand Down Expand Up @@ -213,6 +215,7 @@ const MainPage = () => {
maxW={'960px'}
mx={'auto'}
mb={'3rem'}
padding={'1rem'}
>
<Link to={appPaths.viewEvent()}>
<Heading
Expand Down

0 comments on commit d26a300

Please sign in to comment.