@@ -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 */}
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
)
}}