Skip to content

Commit 7766f72

Browse files
Merge pull request #62 from umc-hackaton-4team/dev
fix : Layout 공통 padding-bottom 추가
2 parents 8929774 + a053123 commit 7766f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Layout/Layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Layout = () => {
77
<div className="mx-auto flex h-screen max-w-[430px] flex-col overflow-hidden">
88
<Header />
99

10-
<main className="flex-1 overflow-y-auto">
10+
<main className="flex-1 overflow-y-auto pb-[72px]">
1111
<Outlet />
1212
</main>
1313

src/pages/PickPage/Survey.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function SurveyPage() {
7676
}
7777

7878
return (
79-
<div className="bg-[#FFFCF7] px-4 pb-24">
79+
<div className="bg-[#FFFCF7] px-4 pb-6">
8080
{/* 제목 */}
8181
<section className="pt-6">
8282
<p className="text-[24px] font-bold leading-[1.3] text-black">두근두근</p>

0 commit comments

Comments
 (0)