Skip to content

Commit

Permalink
Fix layout alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-learner committed Dec 5, 2024
1 parent 462c3ae commit 59e18d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LabTest/CollectSpecimen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const CollectSpecimen: React.FC = () => {
</nav>

{/* Right - Main Content */}
<main className="flex-1 p-6 lg:p-8 max-w-5xl">
<main className="flex-1 p-6 lg:p-8 max-w-5xl mx-auto">
{/* Header Section */}
<Button
variant="outline"
Expand Down

0 comments on commit 59e18d4

Please sign in to comment.