@@ -95,35 +95,33 @@ export default function FormVersionIndex() {
9595 </ div >
9696 </ div >
9797
98- < div className = "px-4 lg:max-w-screen-lg md:mx-auto mx-auto" >
98+ < div className = "px-4 w-[500px] max-w-full mx-auto" >
9999 < h3 className = "text-center text-3xl leading-8 font-extrabold tracking-tight sm:text-4xl sm:leading-10 lg:leading-none mt-8" >
100100 Partners
101101 </ h3 >
102102 < div className = "h-8" />
103- < div className = "max-w-screen-md mx-auto" >
104- < div
105- className = "flex-1 flex flex-col items-center text-sm text-center
106- bg-white/80 shadow-xl shadow-gray-500/20 rounded-lg
107- divide-y-2 divide-gray-500 divide-opacity-10 overflow-hidden
108- dark:bg-black/40 dark:shadow-none"
109- >
110- < span className = "flex items-center gap-2 p-12 text-4xl text-rose-500 font-black uppercase" >
111- Config < TbHeartHandshake /> You?
112- </ span >
113- < div className = "flex flex-col p-4 gap-4" >
114- < div >
115- We're looking for a TanStack Config OSS Partner to go above
116- and beyond the call of sponsorship. Are you as invested in
117- TanStack Config as we are? Let's push the boundaries of
118- Config together!
119- </ div >
120- < a
121- href = "mailto:[email protected] ?subject=TanStack Config Partnership" 122- className = "text-blue-500 uppercase font-black text-sm"
123- >
124- Let's chat
125- </ a >
103+ < div
104+ className = "flex-1 flex flex-col items-center text-sm text-center
105+ bg-white/80 shadow-xl shadow-gray-500/20 rounded-lg
106+ divide-y-2 divide-gray-500 divide-opacity-10 overflow-hidden
107+ dark:bg-black/40 dark:shadow-none"
108+ >
109+ < span className = "flex items-center gap-2 p-12 text-4xl text-rose-500 font-black uppercase" >
110+ Config < TbHeartHandshake /> You?
111+ </ span >
112+ < div className = "flex flex-col p-4 gap-4" >
113+ < div >
114+ We're looking for a TanStack Config OSS Partner to go above
115+ and beyond the call of sponsorship. Are you as invested in
116+ TanStack Config as we are? Let's push the boundaries of Config
117+ together!
126118 </ div >
119+ < a
120+ href = "mailto:[email protected] ?subject=TanStack Config Partnership" 121+ className = "text-blue-500 uppercase font-black text-sm"
122+ >
123+ Let's chat
124+ </ a >
127125 </ div >
128126 </ div >
129127 </ div >
0 commit comments