From 1dbfa6b0e14fd26b7e0165ca3d01612a59f04cd9 Mon Sep 17 00:00:00 2001 From: jtroo Date: Wed, 10 Apr 2024 11:33:02 -0700 Subject: [PATCH] minor height adjustments --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5f635f3..69e41c0 100644 --- a/style.css +++ b/style.css @@ -45,7 +45,7 @@ code { #result { overflow-y: scroll; - min-height: 180px; + min-height: 178px; } textarea { @@ -130,7 +130,7 @@ textarea:focus { max-width: 620px; } .box2 { - height: calc(100vh - 545px); + height: calc(98vh - 555px); } }