Skip to content

Commit 6fabdc9

Browse files
committed
fix: ButtonSection 컴포넌트에서 버튼 최대 너비가 고정되어 밀리는 버그 수정
1 parent 5ce7088 commit 6fabdc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/home/ButtonSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const ButtonSection = () => {
22
return (
3-
<div className="flex w-full max-w-5xl gap-6">
3+
<div className="flex w-full gap-6">
44
<button
55
type="button"
66
className="bg-primary flex-1 rounded-xl py-4 text-center text-base font-semibold text-white shadow-sm transition hover:bg-violet-500 active:bg-violet-700 disabled:cursor-not-allowed disabled:opacity-60"

0 commit comments

Comments
 (0)