Skip to content

Commit

Permalink
update styling for source code link
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmykokonut committed Jul 12, 2024
1 parent fc9a349 commit 10e167d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function Home() {

<p>{totalApplications} Applications since: {formattedFirstDate}</p>

<div className="flexContainer mb-32 text-center lg:mb-0">
<div className="flexContainer mb-24 text-center lg:mb-0">
<div className="dataCard resultsPie border rounded">
<StatusPie applicationData={applicationData} />
</div>
Expand All @@ -114,10 +114,8 @@ export default function Home() {
<div className="dataCard dateLine border rounded">
<LineGraph applicationData={applicationData} />
</div>
<div><a href="https://github.com/kimmykokonut/job-journey">see source code here</a></div>
</div>


<div><a href="https://github.com/kimmykokonut/job-journey">see source code here</a></div>
</main>
);
}

0 comments on commit 10e167d

Please sign in to comment.