diff --git a/src/app/pages/contact.tsx b/src/app/pages/contact.tsx index 6a968e4..f08936f 100644 --- a/src/app/pages/contact.tsx +++ b/src/app/pages/contact.tsx @@ -20,9 +20,15 @@ const ContactForm = () => {

-
+ {/*
*/} +
-

I'm open for

+

+ I'm open for +

@@ -74,6 +80,7 @@ const ContactForm = () => { className="h-8 w-auto rounded-lg" width={100} height={40} + style={{ width: "100%", height: "auto" }} />
diff --git a/src/components/footer.tsx b/src/components/footer.tsx index bf16f10..229a15a 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -22,11 +22,11 @@ export default function Footer() { return (
{/* Container that changes between centered/between based on screen size */} -
+
{/* Left Side - GitHub Sponsor Button */} Sponsor lassiecoder on GitHub diff --git a/src/components/ui/flip-words.tsx b/src/components/ui/flip-words.tsx index 1239377..b0c5a31 100644 --- a/src/components/ui/flip-words.tsx +++ b/src/components/ui/flip-words.tsx @@ -58,7 +58,7 @@ export const FlipWords = ({ }} {...{ className: cn( - "z-10 inline-block relative text-left text-white dark:text-neutral-100 px-2", + "z-10 inline-block relative text-white dark:text-neutral-100 ", className ) }}