File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,11 +156,11 @@ export default function GitHubProjectStructure() {
156
156
animate = { { opacity : 1 , y : 0 } }
157
157
transition = { { duration : 0.5 } }
158
158
>
159
- < Card className = "w-full max-w-5xl mx-auto p-6 md:p-8 bg-gradient-to-br from-blue-50 to-white shadow-xl" id = "generator" >
159
+ < Card className = "w-full max-w-5xl mx-auto p-1 md:p-8 bg-gradient-to-br from-blue-50 to-white shadow-xl" id = "generator" >
160
160
< CardHeader >
161
- < CardTitle className = "text-lg md:text-xl lg:text-2xl font-semibold text-gray-900 flex items-center justify-center gap-2" >
161
+ < CardTitle className = "text-2xl md:text-3xl lg:text-4xl font-semibold text-gray-900 flex items-center justify-center gap-2" >
162
162
Generate a < span className = "text-blue-600" > Tree</ span >
163
- < ListTree className = "w-5 h-5 md:w-6 md:h-6 lg:w-7 lg:h-7 text-blue-600" />
163
+ < ListTree className = "w-6 h-6 md:w-8 md:h-8 lg:w-10 lg:h-10 text-blue-600" />
164
164
</ CardTitle >
165
165
</ CardHeader >
166
166
< CardContent >
@@ -221,7 +221,7 @@ export default function GitHubProjectStructure() {
221
221
>
222
222
< div className = "relative" >
223
223
< pre
224
- className = { `bg-gray-800 text-green-400 p-10 md:p-8 rounded-lg overflow-x-auto mt-6 whitespace-pre-wrap break-words ${
224
+ className = { `bg-gray-800 text-green-400 p-6 rounded-lg overflow-x-auto mt-6 whitespace-pre-wrap break-words ${
225
225
expanded ? 'max-h-[none]' : 'max-h-96'
226
226
} overflow-y-auto text-sm`}
227
227
>
You can’t perform that action at this time.
0 commit comments