Skip to content

Commit

Permalink
Align button spacing (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
abidh186 authored Jun 26, 2024
1 parent 9c776f6 commit c5a0c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const HomePage = () => {
</a>
&nbsp;that have partnered with us.
</p>
<div className="flex flex-row items-center justify-evenly mt-8 mb-28 mx-24 sm:mb-8 sm:flex-col sm:gap-4">
<div className="flex items-center justify-center gap-5 mt-8 mb-28 mx-24 sm:mb-8 sm:flex-col sm:gap-4">
<Link href="/company/signup">
<Button variant="primary">Join Us</Button>
</Link>
Expand All @@ -203,7 +203,7 @@ const HomePage = () => {
Otherwise, you can also contribute by suggesting cool new features or even make a pull
request on the Jobsboard repo.
</p>
<div className="mt-8 flex justify-center gap-5 mb-28 mx-24 sm:m-0">
<div className="flex items-center justify-center gap-5 mt-8 mb-28 mx-24 sm:mb-8 sm:flex-col sm:gap-4">
<Button variant="primary" onClick={() => setOpenModal(true)}>
Join the Team
</Button>
Expand Down

0 comments on commit c5a0c74

Please sign in to comment.