Skip to content

Commit

Permalink
fix layout when no pdf is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Aug 20, 2023
1 parent f93b8cd commit 13b3b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/generator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const Preview = dynamic(
const Main = styled.main`
display: grid;
grid-template-columns: 0.3fr 0.7fr 1fr;
grid-template-rows: auto 1fr;
grid-template-areas:
'header header header'
'sidebar form preview';
Expand Down

0 comments on commit 13b3b1e

Please sign in to comment.