diff --git a/docs/src/components/Interpreter/styles.css b/docs/src/components/Interpreter/styles.css index cea7fb0d9..f6eb2c39a 100644 --- a/docs/src/components/Interpreter/styles.css +++ b/docs/src/components/Interpreter/styles.css @@ -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);