slight css adjustments

This commit is contained in:
MathMan05 2024-07-24 19:35:15 -05:00
parent db86b1ce4c
commit 12cc5dffa5

View file

@ -83,7 +83,7 @@ th {
flex-wrap: nowrap; flex-wrap: nowrap;
flex-direction: column; flex-direction: column;
max-height: 20in; max-height: 20in;
padding:.02in .2in; padding: .02in .2in 0 .1in;
flex-shrink: 0; flex-shrink: 0;
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
@ -621,7 +621,7 @@ textarea {
width: 3.5in; width: 3.5in;
resize: none; resize: none;
height: 1.5in; height: 1.5in;
font-size: 1rem; font-size: .75rem;
} }
textarea:focus-visible { textarea:focus-visible {
outline: 2px solid var(--focus); outline: 2px solid var(--focus);