We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc1e15 commit 6bd16fcCopy full SHA for 6bd16fc
src/pages/notice/notice.jsx
@@ -20,7 +20,7 @@ const Notice = () => {
20
<div className="px-8 break-keep">
21
<h1 className="font-bold text-3xl text-black pt-10 pb-6">NOTICE</h1>
22
23
- <div className="w-full lg:w-2/3">
+ <div className="w-full">
24
<Accordion type="multiple" defaultValue={['notice']}>
25
{/* 예약 주의 사항 */}
26
<AccordionItem value="notice" className="border-b">
0 commit comments