Skip to content

Commit 5130df8

Browse files
committed
fix: margin
1 parent 1c98b45 commit 5130df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/widgets/main/ReservationFifthSection

src/widgets/main/ReservationFifthSection/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ const ReservationFifthSection = () => {
112112
<SectionTitle title="본선 수상팀 명단" className="mb-28" />
113113
<div
114114
className={cn(
115-
"w-full max-w-[720px] flex flex-col gap-[40px] mb-[60px] bg-white rounded-[12px] p-[2%] text-center mobile:p-[24px] mobile:w-full justify-self-center mx-auto mobile:mb-[15px] mobile:gap-[24px]",
115+
"max-w-[720px] flex flex-col gap-[40px] mb-[60px] bg-white rounded-[12px] p-[2%] text-center mobile:p-[24px] mx-16 md:mx-auto mobile:mb-[15px] mobile:gap-[24px]",
116116
)}
117117
>
118118
{/* <div className={cn("text-title1b text-main-600 mobile:text-body1b")}>

0 commit comments

Comments
 (0)