We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8929774 + a053123 commit 7766f72Copy full SHA for 7766f72
src/components/Layout/Layout.tsx
@@ -7,7 +7,7 @@ const Layout = () => {
7
<div className="mx-auto flex h-screen max-w-[430px] flex-col overflow-hidden">
8
<Header />
9
10
- <main className="flex-1 overflow-y-auto">
+ <main className="flex-1 overflow-y-auto pb-[72px]">
11
<Outlet />
12
</main>
13
src/pages/PickPage/Survey.tsx
@@ -76,7 +76,7 @@ export default function SurveyPage() {
76
}
77
78
return (
79
- <div className="bg-[#FFFCF7] px-4 pb-24">
+ <div className="bg-[#FFFCF7] px-4 pb-6">
80
{/* 제목 */}
81
<section className="pt-6">
82
<p className="text-[24px] font-bold leading-[1.3] text-black">두근두근</p>
0 commit comments