Skip to content

Commit

Permalink
fix: profile styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amjed-ali-k committed Oct 10, 2023
1 parent e1126f7 commit 9c967ca
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/app/dashboard/profile/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ async function page() {
before proceeding.
</p>
</div>
<div className="container">
<ProfileForm collegeList={colleges} />
</div>
<div className="container">
<HankoProfile />
<div className="container flex flex-col md:flex-row">
<div className="md:mr-4">
<ProfileForm collegeList={colleges} />
</div>

<div className="bg-slate-800 m-4 rounded-lg border-l-4 border-blue-600 rounded-l-none">
<HankoProfile />
</div>
</div>
</div>
);
Expand Down

0 comments on commit 9c967ca

Please sign in to comment.