Skip to content

Commit

Permalink
Center donate text
Browse files Browse the repository at this point in the history
  • Loading branch information
davepeck committed Feb 6, 2024
1 parent fc2450b commit dc2765a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ButtonLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const ButtonLink: React.FC<Props> = ({
href={href}
target="_blank"
className={clsx(
"block cursor-pointer font-switzer font-semibold text-[20px] leading-[20px] border-2 px-[19px] py-[14px] transition-colors duration-200",
"block cursor-pointer font-switzer font-semibold text-[20px] leading-[20px] border-2 px-[19px] py-[14px] transition-colors duration-200 text-center",
invert
? "border-darkest bg-sun text-darkest hover:text-medium hover:border-medium"
: "border-sun bg-transparent text-sun hover:text-inherit hover:bg-sun",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const BLOG_POST_URL =
title="Donate Now"
href={ACTBLUE_URL}
invert
className="!w-full !py-5 text-center"
className="!w-full !py-5"
client:load
/>
</div>
Expand Down

0 comments on commit dc2765a

Please sign in to comment.