Skip to content

Commit 03aa25e

Browse files
authored
Merge pull request #2030 from rust-lang/remo/zrzvpsqrqpmq
Hide big logos on small screens
2 parents cc7b3c9 + 32a1149 commit 03aa25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/components/what/wasm/production.html.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</header>
77
<div class="testimonials">
88
<div class="testimonial flex flex-row">
9-
<div class="w-30-l tc pa5">
9+
<div class="w-30-l tc pa5 dn db-l">
1010
<img src="/static/images/user-logos/cloudflare.svg" alt="{{fluent "wasm-production-cloudflare-alt"}}" />
1111
</div>
1212
<div class="w-70-l">
@@ -27,14 +27,14 @@
2727
&ndash; {{fluent "wasm-production-mozilla-attribution" href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/"}}
2828
</p>
2929
</div>
30-
<div class="w-30-l tc pa3">
30+
<div class="w-20-l tc pa3 dn db-l">
3131
<a href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/" class="db">
3232
<img src="/static/images/firefox.png" alt="{{fluent "wasm-production-mozilla-alt"}}" />
3333
</a>
3434
</div>
3535
</div>
3636
<div class="testimonial flex flex-row">
37-
<div class="w-30-l tc pa5">
37+
<div class="w-30-l tc pa5 dn db-l">
3838
<img src="/static/images/dropbox.svg" alt="{{fluent "wasm-production-dropbox-alt"}}" />
3939
</div>
4040
<div class="w-70-l">

0 commit comments

Comments
 (0)