Skip to content

Hide big logos on small screens #2030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/components/what/wasm/production.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</header>
<div class="testimonials">
<div class="testimonial flex flex-row">
<div class="w-30-l tc pa5">
<div class="w-30-l tc pa5 dn db-l">
<img src="/static/images/user-logos/cloudflare.svg" alt="{{fluent "wasm-production-cloudflare-alt"}}" />
</div>
<div class="w-70-l">
Expand All @@ -27,14 +27,14 @@
&ndash; {{fluent "wasm-production-mozilla-attribution" href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/"}}
</p>
</div>
<div class="w-30-l tc pa3">
<div class="w-20-l tc pa3 dn db-l">
<a href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/" class="db">
<img src="/static/images/firefox.png" alt="{{fluent "wasm-production-mozilla-alt"}}" />
</a>
</div>
</div>
<div class="testimonial flex flex-row">
<div class="w-30-l tc pa5">
<div class="w-30-l tc pa5 dn db-l">
<img src="/static/images/dropbox.svg" alt="{{fluent "wasm-production-dropbox-alt"}}" />
</div>
<div class="w-70-l">
Expand Down
Loading