Skip to content

Commit

Permalink
Update ChildrenLayout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
vicarb authored Nov 21, 2023
1 parent fc1fff3 commit 42e8ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ChildrenLayout/ChildrenLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ChildrenLayout: React.FC<ChildrenLayoutProps> = ({
return (
<div className="flex flex-col items-center justify-center bg-gray-100 p-6 rounded-lg shadow-md">
<h2 className="text-4xl font-bold text-gray-800 text-center py-4">{header}</h2>
<p className="text-xl text-gray-500 text-center mt-2 px-4">{subheader}</p>
<p className="text-xl text-gray-500 text-center mt-2 px-6">{subheader}</p>
</div>
);
};
Expand Down

0 comments on commit 42e8ffd

Please sign in to comment.