Skip to content

Commit

Permalink
minor height adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtroo committed Apr 10, 2024
1 parent 32b39f3 commit 1dbfa6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ code {

#result {
overflow-y: scroll;
min-height: 180px;
min-height: 178px;
}

textarea {
Expand Down Expand Up @@ -130,7 +130,7 @@ textarea:focus {
max-width: 620px;
}
.box2 {
height: calc(100vh - 545px);
height: calc(98vh - 555px);
}
}

Expand Down

0 comments on commit 1dbfa6b

Please sign in to comment.