From 12cc5dffa5ab77e485ec6f59cfbf637cc35c52ff Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Wed, 24 Jul 2024 19:35:15 -0500 Subject: [PATCH] slight css adjustments --- webpage/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/style.css b/webpage/style.css index 5368a86..d98dbe9 100644 --- a/webpage/style.css +++ b/webpage/style.css @@ -83,7 +83,7 @@ th { flex-wrap: nowrap; flex-direction: column; max-height: 20in; - padding:.02in .2in; + padding: .02in .2in 0 .1in; flex-shrink: 0; width: 100%; box-sizing: border-box; @@ -621,7 +621,7 @@ textarea { width: 3.5in; resize: none; height: 1.5in; - font-size: 1rem; + font-size: .75rem; } textarea:focus-visible { outline: 2px solid var(--focus);