stop fixing the width of the textarea
This commit is contained in:
parent
d2f812058b
commit
8f3e5229b2
|
@ -146,7 +146,7 @@ textarea {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
background: var(--bg-page);
|
background: var(--bg-page);
|
||||||
color: var(--fg);
|
color: var(--fg);
|
||||||
width: 600px;
|
width: 100%;
|
||||||
height: 4em;
|
height: 4em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
Loading…
Reference in New Issue