Skip to content

Commit

Permalink
feat: new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno353 committed Dec 19, 2023
1 parent 1c890da commit 2195f63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions components/Workspace/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ import FinalBuild from '../FinalBuild'
const Workspace = () => {
return (
<>
<div className="mx-auto mb-[50px] h-[1300px] w-[300px] rounded-[10px] bg-[#F9F9F9] md:w-[600px] lg:w-[950px] xl:w-[1200px] 2xl:mb-[100px] 2xl:w-[1500px]">
<NodesFlow fromScratch={false} />
<div className="px-[50px] xl:px-[70px] 2xl:px-[100px]">
<div className="mx-auto mb-[50px] h-[1300px] max-w-[300px] rounded-[10px] bg-[#F9F9F9] md:max-w-[600px] lg:max-w-[950px] xl:max-w-[1200px] 2xl:mb-[100px] 2xl:max-w-[1500px] 4xl:max-w-[1900px]">
<NodesFlow fromScratch={false} />
</div>
</div>
</>
)
Expand Down

0 comments on commit 2195f63

Please sign in to comment.