Skip to content

Commit

Permalink
Added gaps and width for md (unkeyed#2371)
Browse files Browse the repository at this point in the history
  • Loading branch information
rishipatel9 authored and AkshayBandi027 committed Oct 14, 2024
1 parent c77e427 commit f1c6570
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 f1c6570

Please sign in to comment.