improve stories view
This commit is contained in:
@ -491,7 +491,7 @@ thead {
|
||||
}
|
||||
|
||||
.story-section {
|
||||
min-height: 500px;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
.testimonial-copy {
|
||||
|
@ -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() {
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user