improve stories view

This commit is contained in:
Quincy Larson
2015-10-08 17:05:42 -07:00
parent 66120a60b8
commit 6fafbdf441
3 changed files with 5 additions and 4 deletions

View File

@ -491,7 +491,7 @@ thead {
}
.story-section {
min-height: 500px;
height: 400px;
}
.testimonial-copy {

View File

@ -70,7 +70,7 @@ block content
.row
.col-xs-12.col-sm-6.col-sm-offset-3.text-center
.button-spacer
a.btn.btn-block.btn-default(href='/map') Maybe later
a.btn.btn-block.btn-default.btn-lg(href='/map') Maybe later
.spacer
script.
$(function() {

View File

@ -11,8 +11,9 @@ block content
.story-section
a(href=story.linkedin target='_blank')
img.testimonial-image.img-responsive.img-center(src=story.image)
h3.text-center
a(href=story.linkedin target='_blank')= story.camper
h3.text-center= story.camper
|  
a.fa.fa-linkedin-square.text-primary(title="@#{username}'s LinkedIn Profile", href=story.linkedin, target='_blank')
p.text-justify= story.quote