Skip to content

Commit

Permalink
scale SVG and fit to width. use 80-20 for top-bottom, resolves #7
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Mar 18, 2024
1 parent 3b586ea commit 8835eb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ main {
.top {
overflow: auto; /* required to make the handle visible */
resize: vertical; /* enable resize in either direction */
height: 60vh;
height: 80vh;
}

.bottom {
flex: 1; /* will fill the remaining horizontal/vertical space */
border-top: 1px solid #000;
height: 40vh;
height: 20vh;
/*padding: 2% 5%;*/
/*display: flex;*/
}
Expand Down
4 changes: 2 additions & 2 deletions img/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8835eb4

Please sign in to comment.