Skip to content

Commit

Permalink
Product blog content and style fixes (mozilla#11996)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-barrett authored Aug 2, 2022
1 parent 1e42504 commit 96dfae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% set credits = [
{"name": "Ray Fembro", "title": "Product Manager", "image": "img/stories/credit/ray-fembro-credit.jpg"},
{"name": "Ania Safko", "title": "Product Manager", "image": "img/stories/credit/ania-safko-credit.jpg"},
{"name": "Jon Siddoway", "title": "Community Manager", "image": "img/stories/credit/jon-siddoway-credit.jpg"},
{"name": "Jon Siddoway", "title": "Product Community Manager", "image": "img/stories/credit/jon-siddoway-credit.jpg"},
] %}

{% set related = [
Expand Down Expand Up @@ -57,7 +57,7 @@
caption="Siddoway"
)}}

<p class="bold">With the launch of Connect, Mozilla has brought that community more directly into conversations with the employees in the midst of building the products they love. The platform acts as a collaborative space where people share product feedback, submit ideas, and have the kind of meaningful discussions that can impact future releases. “We’re opening up new opportunities for us to connect more with our users and make them more a part of product development,” said Product Community Director Jon Siddoway.</p>
<p class="bold">With the launch of Connect, Mozilla has brought that community more directly into conversations with the employees in the midst of building the products they love. The platform acts as a collaborative space where people share product feedback, submit ideas, and have the kind of meaningful discussions that can impact future releases. “We’re opening up new opportunities for us to connect more with our users and make them more a part of product development,” said Product Community Manager Jon Siddoway.</p>
<p>Of course, not everyone in the community is a developer or has an interest in code. But those aren’t necessary. Every member can offer ideas or vote on those that appeal to them, and, as Connect’s name implies, engage in discussions with like-minded people.</p>

{{ stories_image(
Expand Down
3 changes: 2 additions & 1 deletion media/css/stories/stories-landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ $image-path: '/media/protocol/img';
}

.featured-story-lead-in {
@include font-size(24px);
@include font-size(22px);
margin-top: $spacing-md;
color: $color-black;
font-family: $font-stories-body;
Expand All @@ -99,6 +99,7 @@ $image-path: '/media/protocol/img';
padding-bottom: $spacing-md;

.featured-story-lead-in {
@include font-size(24px);
width: 70%;
}
}
Expand Down

0 comments on commit 96dfae1

Please sign in to comment.