Skip to content

Commit

Permalink
🐛 fix: 로그인 layout padding 값 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
baegyeong committed Nov 19, 2024
1 parent 961cfe5 commit 66d2495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface LoginButtonProps {
export const Login = () => {
return (
<div className="flex h-[calc(100vh-8rem)] flex-col items-center justify-center">
<main className="relative flex flex-col gap-32 rounded-lg bg-gradient-to-br from-[#ffe259] to-[#ffa751] p-24 py-32 shadow-sm">
<main className="relative flex flex-col gap-36 rounded-lg bg-gradient-to-br from-[#ffe259] to-[#ffa751] p-16 py-24 shadow-sm">
<div className="absolute inset-0 rounded-md bg-white/40 backdrop-blur-sm" />
<section className="relative z-10">
<h2 className="display-bold24">스마트한 투자의 첫걸음,</h2>
Expand Down

0 comments on commit 66d2495

Please sign in to comment.