Skip to content

Commit

Permalink
๐ŸŽจ design(#171): ๋กœ๊ทธ์ธ/ํšŒ์›๊ฐ€์ž… Tablet, PC ์ตœ๋Œ€ ๋†’์ด ์ง€์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsdncl committed Jul 3, 2024
1 parent f420b57 commit a13d75e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TopLogoSection from '@/containers/signin&signup/TopLogoSection';

export default function SignInPage() {
return (
<div className='flex items-center justify-center py-[120px] md:py-[240px] lg:py-[223px]'>
<div className='flex max-h-dvh items-center justify-center py-[120px] md:py-[240px] lg:py-[223px]'>
<Head>
<title>Taskify | ๋กœ๊ทธ์ธ</title>
</Head>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/signup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TopLogoSection from '@/containers/signin&signup/TopLogoSection';

export default function SignUp() {
return (
<div className='flex items-center justify-center py-[20px] md:py-[189px] lg:py-[140px]'>
<div className='flex max-h-dvh items-center justify-center py-[20px] md:py-[189px] lg:py-[140px]'>
<Head>
<title>Taskify | ํšŒ์›๊ฐ€์ž…</title>
</Head>
Expand Down

0 comments on commit a13d75e

Please sign in to comment.