Skip to content

Commit

Permalink
fix: padding (#78)
Browse files Browse the repository at this point in the history
* fix: padding

* fix: lint
  • Loading branch information
qamarq authored Nov 15, 2024
1 parent 8642284 commit 546972d
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 py-3 md:flex-row md:items-start">
<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 546972d

Please sign in to comment.