Skip to content

Commit

Permalink
fix: bg h auto
Browse files Browse the repository at this point in the history
백그라운드 색상 100% 적용
  • Loading branch information
esthel7 committed Jul 23, 2024
1 parent 82c8a63 commit e0d2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/club/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export default function Create() {
<>
<HeadBar />

<div className="bg-gray-100 w-full h-full">
<div className="bg-gray-100 w-full h-auto">
<div className="mx-auto p-5 max-w-5xl">
<div className="font-bold text-2xl pt-10">클럽 생성</div>
<Form {...RecordForm}>
Expand Down

0 comments on commit e0d2fe4

Please sign in to comment.