Skip to content

Commit

Permalink
fix terminal height
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 20, 2024
1 parent 5ba4b11 commit 7e2a682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/Interpreter/styles.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.intro .term {
--background: #14232d;
--color: white;
height: calc((var(--size, 1) * 14 * 14px) + 20px);
height: calc((var(--size, 1) * 14 * 12px) + 20px);
}
.intro .term:not(.terminal) {
background: var(--background);
Expand Down

0 comments on commit 7e2a682

Please sign in to comment.