Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
qamarq committed Nov 15, 2024
1 parent 8642284 commit ddfcf4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function CreateNewPlanPage({ planId }: { planId: string }) {
}) ?? [];

return (
<div className="flex w-full flex-1 flex-col items-center justify-center gap-2 md:flex-row md:items-start">
<div className="flex w-full flex-1 flex-col items-center justify-center gap-2 md:flex-row md:items-start py-3">
<div className="flex w-full max-w-[350px] flex-col items-center justify-center gap-2 px-2 md:ml-4 md:w-4/12 md:flex-col">
<div className="flex flex-col justify-start gap-3 md:w-full">
<div className="flex w-full items-end gap-2">
Expand Down

0 comments on commit ddfcf4d

Please sign in to comment.