Skip to content

Commit

Permalink
Minor : added margin-top to profile card
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jun 8, 2024
1 parent 729ac65 commit 4e841e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(pages)/patient/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default async function PatientPage() {
<p className="self-center">Details</p>

<Divider className="mx-2 w-full bg-black/10" />
<div className="flex flex-row justify-between">
<div className="mt-5 flex flex-row justify-between ">
<div className="flex flex-col gap-2">
<p className="">Age :</p>
<p className="">Blood Group :</p>
Expand Down

0 comments on commit 4e841e7

Please sign in to comment.