@@ -44,7 +44,7 @@ export default async function Home() {
44
44
45
45
return (
46
46
< 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]" >
48
48
< 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" >
49
49
< div className = "text-center lg:text-left w-full lg:w-2/3" >
50
50
< Text as = "h1" > Make your projects</ Text >
@@ -90,7 +90,7 @@ export default async function Home() {
90
90
/>
91
91
</ div >
92
92
</ 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" >
94
94
{ /* <Text as="h2" className="mb-16 text-center">
95
95
Old school with modern twist! ✨
96
96
</Text> */ }
@@ -153,8 +153,8 @@ export default async function Home() {
153
153
</ section >
154
154
</ div >
155
155
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" >
158
158
< Text as = "h2" > Easily Customize to Your Own Needs! 🛠️</ Text >
159
159
< div className = "flex flex-col space-y-1 mt-6 mb-8 text-muted" >
160
160
< Text className = "text-xl" >
@@ -171,7 +171,7 @@ export default async function Home() {
171
171
< Button > See Examples</ Button >
172
172
</ Link >
173
173
</ div >
174
- < div className = "w-2/5" >
174
+ < div className = "w-full lg:w- 2/5" >
175
175
< Image
176
176
src = "/images/code_show.svg"
177
177
width = { 600 }
@@ -189,7 +189,7 @@ export default async function Home() {
189
189
RetroUI core is free and open-source, and it is made possible by our
190
190
awesome contributors.
191
191
</ Text >
192
- < div className = "flex flex-wrap justify-center gap-4" >
192
+ < div className = "flex flex-wrap justify-center gap-2 lg:gap- 4" >
193
193
{ contributors . map ( ( contributor ) => (
194
194
< Link
195
195
key = { contributor . username }
@@ -198,7 +198,7 @@ export default async function Home() {
198
198
passHref
199
199
className = "flex flex-col items-center"
200
200
>
201
- < Avatar className = "h-16 w-16" >
201
+ < Avatar className = "h-12 w-12 lg:h- 16 lg: w-16" >
202
202
< Avatar . Image
203
203
src = { contributor . avatar }
204
204
alt = { contributor . username }
0 commit comments