stop fixing the width of the textarea

This commit is contained in:
Ted Unangst 2023-08-06 03:14:12 -04:00
parent d2f812058b
commit 8f3e5229b2
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ textarea {
font-size: 1em;
background: var(--bg-page);
color: var(--fg);
width: 600px;
width: 100%;
height: 4em;
margin-bottom: 0.5em;
box-sizing: border-box;