contact form is now centered and body textarea height increase

This commit is contained in:
Sahat Yalkabov
2013-11-29 23:31:39 -05:00
parent f5e6c04d7c
commit 7abf10967d

View File

@ -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