Skip to content

Commit 5c0be83

Browse files
committed
fix: padding
1 parent 17de40e commit 5c0be83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DeliveryLead/DeliveryLeadSubmissionList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export function DeliveryLeadSubmissionList({
110110

111111
return (
112112
<>
113-
<div className="mx-auto p-4 max-w-6xl">
113+
<div className="mx-auto pt-6">
114114
<div className="rounded-xl shadow-lg bg-white dark:bg-zinc-900/80 border border-zinc-200 dark:border-zinc-800 p-6">
115115
{/* <div className="mb-6">
116116
<h2 className="text-2xl font-bold text-gray-900 dark:text-zinc-100">

0 commit comments

Comments
 (0)