improve stories view
This commit is contained in:
@ -491,7 +491,7 @@ thead {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.story-section {
|
.story-section {
|
||||||
min-height: 500px;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.testimonial-copy {
|
.testimonial-copy {
|
||||||
|
@ -70,7 +70,7 @@ block content
|
|||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-6.col-sm-offset-3.text-center
|
.col-xs-12.col-sm-6.col-sm-offset-3.text-center
|
||||||
.button-spacer
|
.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
|
.spacer
|
||||||
script.
|
script.
|
||||||
$(function() {
|
$(function() {
|
||||||
|
@ -11,8 +11,9 @@ block content
|
|||||||
.story-section
|
.story-section
|
||||||
a(href=story.linkedin target='_blank')
|
a(href=story.linkedin target='_blank')
|
||||||
img.testimonial-image.img-responsive.img-center(src=story.image)
|
img.testimonial-image.img-responsive.img-center(src=story.image)
|
||||||
h3.text-center
|
h3.text-center= story.camper
|
||||||
a(href=story.linkedin target='_blank')= story.camper
|
|
|
||||||
|
a.fa.fa-linkedin-square.text-primary(title="@#{username}'s LinkedIn Profile", href=story.linkedin, target='_blank')
|
||||||
p.text-justify= story.quote
|
p.text-justify= story.quote
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user