Skip to content

Commit cf6b722

Browse files
committed
made generator responsive
1 parent 18da261 commit cf6b722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/docker-compose-generator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default function DockerComposeGenerator() {
195195
};
196196

197197
return (
198-
<div className="grid gap-8 lg:grid-cols-2">
198+
<div className="grid gap-8 grid-cols-1 lg:grid-cols-2">
199199
{/* Configuration Form */}
200200
<div className="space-y-6">
201201
<div>
@@ -212,7 +212,7 @@ export default function DockerComposeGenerator() {
212212
className="w-full rounded-lg border border-fd-border bg-fd-background px-4 py-2 focus:outline-none focus:ring-2 focus:ring-fd-primary"
213213
/>
214214
<p className="mt-1 text-xs text-fd-muted-foreground">
215-
e.g., America/New_York, Europe/London, Asia/Tokyo
215+
e.g., America/New_York, Europe/Zurich, Asia/Tokyo
216216
</p>
217217
</div>
218218

0 commit comments

Comments
 (0)