Skip to content

Commit 9303a8a

Browse files
committed
fix(production.hbs): Vertically center logos in testimonials
#477
1 parent 5a79076 commit 9303a8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/styles/app.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,3 +618,8 @@ blockquote::before {
618618
.languages {
619619
display: none;
620620
}
621+
622+
.vertical-center {
623+
display: flex;
624+
align-items: center;
625+
}

templates/what/networking/production.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="highlight"></div>
66
</header>
77
<div class="testimonials">
8-
<div class="testimonial row">
8+
<div class="testimonial row vertical-center">
99
<div class="four columns">
1010
<img src="/static/images/firefox.png" />
1111
</div>
@@ -21,7 +21,7 @@
2121
</p>
2222
</div>
2323
</div>
24-
<div class="testimonial row">
24+
<div class="testimonial row vertical-center">
2525
<div class="eight columns">
2626
<blockquote>
2727
Rust is foundational to the Linkerd project’s technology roadmap. Its type system allows us to

0 commit comments

Comments
 (0)