From 2770bfe2f8b44355697a20d9f69fb8d4a39b18ad Mon Sep 17 00:00:00 2001 From: BoosterRocketJG Date: Fri, 27 Sep 2024 01:19:48 +0100 Subject: [PATCH] more sizing tweaks --- my-chatbot-project/public/modern-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-chatbot-project/public/modern-style.css b/my-chatbot-project/public/modern-style.css index 7dc17d6..2b43c42 100644 --- a/my-chatbot-project/public/modern-style.css +++ b/my-chatbot-project/public/modern-style.css @@ -2,7 +2,7 @@ html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: sans-serif; - font-size: 62.5%; + font-size: 82.5%; } body { @@ -1400,7 +1400,7 @@ textarea.w-select { min-width: 20em; max-width: 25em; height: 100%; - min-height: 60em; + min-height: 63em; padding: 20px 20px 20px 30px; font-size: 1rem; box-shadow: 6px 2px 10px #dbe7f17a, -6px -2px 10px #ffffffe6;