fix:새 계약 생성 페이지 레이아웃을 대시보드와 동일하게 반응형 적용

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-12 19:47:41 +09:00
parent fd5d052cb7
commit 92a0f7ef7b

View File

@@ -108,7 +108,7 @@ className="w-full border border-gray-300 rounded-lg px-3 py-2 text-sm focus:ring
};
return (
<div className="p-4 sm:p-6">
<div className="p-6 max-w-7xl mx-auto">
<div className="flex items-center gap-3 mb-6">
<a href="/esign" className="text-gray-400 hover:text-gray-600 text-lg" hx-boost="false">&larr;</a>
<h1 className="text-xl font-bold text-gray-900"> 계약 생성</h1>