diff options
Diffstat (limited to 'public/assets/css')
| -rw-r--r-- | public/assets/css/hootstream.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/assets/css/hootstream.css b/public/assets/css/hootstream.css index adfd19e..a62e206 100644 --- a/public/assets/css/hootstream.css +++ b/public/assets/css/hootstream.css @@ -408,14 +408,17 @@ /** POST FORM */ -form.streamForm { +.streamForm { width: 100%; max-width: 720px; padding-left: 4rem; } -form.streamForm textarea { +.streamForm form { width: 100%; - height: 5vmin; +} +.streamForm textarea { + width: 100%; + height: 5rem; font-family: "Trebuchet MS", sans-serif; font-size: 1rem; padding: 0.5rem; |
