diff --git a/src/components/ButtonLink.tsx b/src/components/ButtonLink.tsx index f917150..a8ca71e 100644 --- a/src/components/ButtonLink.tsx +++ b/src/components/ButtonLink.tsx @@ -17,7 +17,7 @@ export const ButtonLink: React.FC = ({ 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", diff --git a/src/pages/index.astro b/src/pages/index.astro index 5446f45..1b81002 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -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 />