Skip to content

Commit

Permalink
full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 16, 2024
1 parent 883f96d commit 9a4bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/training/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
export default function Home() {
return (
<div>
< div style={{ height: '800px' , width: '800px' } }>
< div style={{ height: '100vh' , width: '100vw' } }>
<NestedFlow />
</div>
</div>
Expand Down

0 comments on commit 9a4bb4e

Please sign in to comment.