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