diff --git a/webapp/index.html b/webapp/index.html index 6146cbe..9a1afff 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -1,5 +1,5 @@ - + PDFer diff --git a/webapp/static/styles.css b/webapp/static/styles.css index 0c46765..dd22f11 100644 --- a/webapp/static/styles.css +++ b/webapp/static/styles.css @@ -3,7 +3,7 @@ label input, label textarea, label select { display: block; - width: 240px; + width: 340px; margin-bottom: 12px; } @@ -30,12 +30,16 @@ label select { content: "< "; } +textarea { + resize: vertical; +} + textarea.address { height: 80px; } textarea.body { - height: 240px; + height: 340px; } button { diff --git a/webapp/views/components/LetterOptions.js b/webapp/views/components/LetterOptions.js index c8f9ed7..ff2de82 100644 --- a/webapp/views/components/LetterOptions.js +++ b/webapp/views/components/LetterOptions.js @@ -82,20 +82,29 @@ export default function(props) { value={props.yourMail} /> - - + + + + + - ); };