Skip to content

Commit

Permalink
Adjust height of diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
lkleisa committed Jun 6, 2024
1 parent e226479 commit 7b702eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/diagram/diagram.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#cy {
margin: 30px 0 30px 0;
margin-top: 30px;
width: calc(100vw - 60px);
height: calc(100vh - 300px);
height: calc(100vh - 360px);
}

.puzzle-logo {
Expand Down

0 comments on commit 7b702eb

Please sign in to comment.