Skip to content

Commit

Permalink
[fix] 신청폼 너비 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
oio337a committed Sep 6, 2023
1 parent 3deff99 commit 1da5985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/common/FormContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface FormContainerProps {
export default function FormContainer({ children }: FormContainerProps): ReactElement {
const router = useRouter();
return (
<div className='isolate h-full bg-white px-8 py-20 dark:bg-slate-800'>
<div className='isolate h-max bg-white px-8 py-20 dark:bg-slate-800 xl:w-screen'>
{/* <div
className='absolute inset-x-0 top-[-10rem] -z-10 transform-gpu overflow-hidden blur-3xl sm:top-[-20rem]'
aria-hidden='true'
Expand Down

0 comments on commit 1da5985

Please sign in to comment.