Skip to content

Commit 4e66c09

Browse files
authored
Merge pull request #907 from bdjnk/wasm_get-started
fix 'get started' section image/column stretching
2 parents c9070c9 + eff8d10 commit 4e66c09

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

templates/components/what/wasm/get-started.hbs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</header>
77
<div class="flex flex-column flex-row-l pv4 pv0-l">
88
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
9-
<div class="v-top tc-l h-25-ns">
10-
<img src="/static/images/webassembly-logo.svg" alt="{{text wasm-get-started-wasm-alt}}" class="mw3 mw5-ns h-100-ns" />
9+
<div class="v-top tc-l">
10+
<img src="/static/images/webassembly-logo.svg" alt="{{text wasm-get-started-wasm-alt}}" class="mw3 mw-100-ns w5-m h4-l" />
1111
</div>
1212
<div class="v-top pl4 pl0-l pt0 pt3-l measure-wide-l flex-l flex-column-l flex-auto-l justify-between-l pl4-l w-100">
1313
<p class="flex-grow-1">
@@ -17,8 +17,8 @@
1717
</div>
1818
</div>
1919
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
20-
<div class="v-top tc-l h-25-ns">
21-
<img src="/static/images/wasm-ferris.png" alt="{{text wasm-get-started-book-alt}}" class="mw3 mw5-ns h-100-ns" />
20+
<div class="v-top tc-l">
21+
<img src="/static/images/wasm-ferris.png" alt="{{text wasm-get-started-book-alt}}" class="mw3 mw-100-ns w5-m h4-l" />
2222
</div>
2323
<div class="v-top pl4 pl0-l pt0 pt3-l measure-wide-l flex-l flex-column-l flex-auto-l justify-between-l pl4-l w-100">
2424
<p class="flex-grow-1">
@@ -28,8 +28,8 @@
2828
</div>
2929
</div>
3030
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l w-100 mt5 mt2-l">
31-
<div class="v-top tc-l h-25-ns">
32-
<img src="/static/images/mdn-logo.svg" alt="{{text wasm-get-started-mdn-alt}}" class="mw3 mw5-ns h-100-ns" />
31+
<div class="v-top tc-l">
32+
<img src="/static/images/mdn-logo.svg" alt="{{text wasm-get-started-mdn-alt}}" class="mw3 mw-100-ns w5-m h4-l" />
3333
</div>
3434
<div class="v-top pl4 pl0-l pt0 pt3-l measure-wide-l flex-l flex-column-l flex-auto-l justify-between-l pl4-l w-100">
3535
<p class="flex-grow-1">
@@ -40,4 +40,4 @@
4040
</div>
4141
</div>
4242
</div>
43-
</section>
43+
</section>

0 commit comments

Comments
 (0)