Skip to content

Commit

Permalink
add button text centering
Browse files Browse the repository at this point in the history
  • Loading branch information
cchrischen committed Dec 22, 2024
1 parent a4cd5f9 commit 3eeaff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions new-dti-website/src/app/apply/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ const ApplyCoffeeChat = () => (
Feel free to chat with any of us over email, coffee, lunch-we're happy to help!
</p>
<div className="flex md:flex-row xs:flex-col gap-3">
<a href={config.coffeeChatLink} className="primary-button xs:w-full md:w-fit">
<a href={config.coffeeChatLink} className="primary-button xs:w-full md:w-fit text-center">
Coffee chat with us
</a>
<a
href={config.coffeeChatFormLink}
className="secondary-button secondary-button--red xs:w-full md:w-fit"
className="secondary-button secondary-button--red xs:w-full md:w-fit text-center"
>
Don't know who to chat with?
</a>
Expand Down

0 comments on commit 3eeaff7

Please sign in to comment.