File tree Expand file tree Collapse file tree 3 files changed +14
-6
lines changed
Expand file tree Collapse file tree 3 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,15 @@ const ContactForm = () => {
2020 < div className = "max-w-7xl mx-auto px-4 mt-44 " >
2121 < div className = "px-4" >
2222 < h2 className = "md:text-4xl text-2xl lg:text-4xl font-bold text-left pb-12 xl:pl-0 lg:mb-0 sm:mb-0 relative z-10 w-[100%]" >
23- < div className = "flex flex-row header-container" >
23+ { /* <div className="flex flex-row header-container"> */ }
24+ < div className = "flex flex-col items-start w-full sm:flex-row sm:header-container" >
2425 < div className = "title-box" >
25- < p className = "text" > I'm open for</ p >
26+ < p
27+ className = "text"
28+ style = { { width : "max-content" , marginRight : "0.8rem" } }
29+ >
30+ I'm open for
31+ </ p >
2632 </ div >
2733 < div className = "subtitle-box" >
2834 < FlipWords words = { words } duration = { 1000 } />
@@ -74,6 +80,7 @@ const ContactForm = () => {
7480 className = "h-8 w-auto rounded-lg"
7581 width = { 100 }
7682 height = { 40 }
83+ style = { { width : "100%" , height : "auto" } }
7784 />
7885 </ Link >
7986 < div className = "text-sm pt-60 sm:mt-20 font-light text-center relative z-20 text-gray-400 max-w-7xl pb-8" >
Original file line number Diff line number Diff line change @@ -22,19 +22,20 @@ export default function Footer() {
2222 return (
2323 < div className = "flex bg-black w-full items-center xl:px-8 lg:px-8 md:px-8 px-4 pt-6" >
2424 { /* Container that changes between centered/between based on screen size */ }
25- < div className = "w-full flex justify-center md:justify-between items-center" >
25+ < div className = "w-full flex justify-center md:justify-between sm:justify-between items-center" >
2626 { /* Left Side - GitHub Sponsor Button */ }
2727 < Link
2828 href = { "https://github.com/sponsors/lassiecoder" }
29- className = "inline-flex items-center ml -4 w-[100px] h-[40px]"
29+ className = "inline-flex items-center mr -4 w-[100px] h-[40px]"
3030 onClick = { trackSponsorClick }
3131 >
3232 < Image
3333 src = "https://github.com/user-attachments/assets/0ed0e2e6-01fe-44ab-9f0e-24cd7fe44b9f"
3434 alt = "Sponsor lassiecoder on GitHub"
3535 className = "h-8 w-auto rounded-lg"
3636 width = { 100 }
37- height = { 40 }
37+ height = { 10 }
38+ style = { { width : "100%" , height : "auto" } }
3839 />
3940 </ Link >
4041
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export const FlipWords = ({
5858 } }
5959 { ...{
6060 className : cn (
61- "z-10 inline-block relative text-left text- white dark:text-neutral-100 px-2 " ,
61+ "z-10 inline-block relative text-white dark:text-neutral-100 " ,
6262 className
6363 )
6464 } }
You can’t perform that action at this time.
0 commit comments