Skip to content

Commit 816e3b5

Browse files
committed
fix(testimonials): Vertically align testimonials everywhere
#447
1 parent 9235e6c commit 816e3b5

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

src/styles/app.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -619,13 +619,11 @@ blockquote::before {
619619
display: none;
620620
}
621621

622-
.vertical-center {
622+
.testimonial {
623623
display: flex;
624624
align-items: center;
625-
}
626-
627-
@media only screen and (max-width: 545px) {
628-
.vertical-center {
625+
626+
@media only screen and (max-width: 545px) {
629627
display: block;
630628
}
631629
}

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 vertical-center">
8+
<div class="testimonial row">
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 vertical-center">
24+
<div class="testimonial row">
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)