@@ -44,7 +44,7 @@ export default async function Home() {
4444
4545 return (
4646 < main >
47- < div className = "bg-[url('/images/banner_void_2.svg')] bg-cover bg-no-repeat bg-center flex flex-col items-center h-[1400px]" >
47+ < div className = "bg-[url('/images/banner_void_2.svg')] bg-cover bg-no-repeat bg-center flex flex-col items-center h-[1900px] lg:h-[ 1400px]" >
4848 < section className = "container max-w-6xl mx-auto px-4 lg:px-0 text-gray-900 flex justify-center items-center lg:gap-28 xl:gap-32 my-28" >
4949 < div className = "text-center lg:text-left w-full lg:w-2/3" >
5050 < Text as = "h1" > Make your projects</ Text >
@@ -90,7 +90,7 @@ export default async function Home() {
9090 />
9191 </ div >
9292 </ section >
93- < section className = "container max-w-6xl mx-auto px-4 lg:px-0 my-36" >
93+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 lg: my-36" >
9494 { /* <Text as="h2" className="mb-16 text-center">
9595 Old school with modern twist! ✨
9696 </Text> */ }
@@ -153,8 +153,8 @@ export default async function Home() {
153153 </ section >
154154 </ div >
155155
156- < section className = "container max-w-6xl mx-auto px-4 lg:px-0 flex lg:gap-16 lg:grid-cols-2 my-36" >
157- < div className = "w-3/5" >
156+ < section className = "container max-w-6xl mx-auto px-4 lg:px-0 flex flex-col lg:flex-row gap-12 lg:gap-16 lg:grid-cols-2 my-36" >
157+ < div className = "w-full lg:w- 3/5" >
158158 < Text as = "h2" > Easily Customize to Your Own Needs! 🛠️</ Text >
159159 < div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
160160 < Text className = "text-xl" >
@@ -171,7 +171,7 @@ export default async function Home() {
171171 < Button > See Examples</ Button >
172172 </ Link >
173173 </ div >
174- < div className = "w-2/5" >
174+ < div className = "w-full lg:w- 2/5" >
175175 < Image
176176 src = "/images/code_show.svg"
177177 width = { 600 }
@@ -189,7 +189,7 @@ export default async function Home() {
189189 RetroUI core is free and open-source, and it is made possible by our
190190 awesome contributors.
191191 </ Text >
192- < div className = "flex flex-wrap justify-center gap-4" >
192+ < div className = "flex flex-wrap justify-center gap-2 lg:gap- 4" >
193193 { contributors . map ( ( contributor ) => (
194194 < Link
195195 key = { contributor . username }
@@ -198,7 +198,7 @@ export default async function Home() {
198198 passHref
199199 className = "flex flex-col items-center"
200200 >
201- < Avatar className = "h-16 w-16" >
201+ < Avatar className = "h-12 w-12 lg:h- 16 lg: w-16" >
202202 < Avatar . Image
203203 src = { contributor . avatar }
204204 alt = { contributor . username }
0 commit comments