contact form is now centered and body textarea height increase
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
extends layout
|
extends layout
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
.col-sm-8.col-sm-offset-2
|
||||||
h3 Contact Form
|
h3 Contact Form
|
||||||
form(role='form', method='POST')
|
form(role='form', method='POST')
|
||||||
.form-group
|
.form-group
|
||||||
@ -16,7 +17,7 @@ block content
|
|||||||
input.form-control(type='email', name='email', id='email')
|
input.form-control(type='email', name='email', id='email')
|
||||||
.form-group
|
.form-group
|
||||||
label(for='contactBody') Body
|
label(for='contactBody') Body
|
||||||
textarea.form-control(type='text', name='contactBody', id='contactBody')
|
textarea.form-control(type='text', name='contactBody', id='contactBody', rows='7')
|
||||||
.form-group
|
.form-group
|
||||||
button.btn.btn.btn-primary(type='submit') Send
|
button.btn.btn.btn-primary(type='submit') Send
|
||||||
if messages.length
|
if messages.length
|
||||||
|
Reference in New Issue
Block a user