Skip to content

Commit

Permalink
Added gaps and width for md (#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishipatel9 authored Oct 13, 2024
1 parent 2028fe3 commit 7972170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dashboard/app/new/create-workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ export const CreateWorkspace: React.FC = () => {
);
}
return (
<div className="flex items-start justify-between gap-16">
<main className="w-3/4">
<div className="flex flex-col md:flex-row items-start justify-between gap-8 md:gap-16">
<main className="w-full md:w-3/4">
<Form {...form}>
<form
onSubmit={form.handleSubmit((values) => createWorkspace.mutate({ ...values }))}
Expand Down

0 comments on commit 7972170

Please sign in to comment.