Skip to content

Commit 6bd16fc

Browse files
committed
fix: width error
1 parent 6fc1e15 commit 6bd16fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/notice/notice.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Notice = () => {
2020
<div className="px-8 break-keep">
2121
<h1 className="font-bold text-3xl text-black pt-10 pb-6">NOTICE</h1>
2222

23-
<div className="w-full lg:w-2/3">
23+
<div className="w-full">
2424
<Accordion type="multiple" defaultValue={['notice']}>
2525
{/* 예약 주의 사항 */}
2626
<AccordionItem value="notice" className="border-b">

0 commit comments

Comments
 (0)