Skip to content

Commit e1737bb

Browse files
committed
Align text on learn page
1 parent 97dd6dd commit e1737bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/learn/index.html.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</header>
1515
<section class="flex flex-column flex-row-l pv0-l">
1616
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l pb4 pb5-m pb0-ns ph4-l">
17-
<div class="v-top pl4 pl0-l pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
17+
<div class="v-top pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
1818
<p class="flex-grow-1">{{fluent "learn-book"}}</p>
1919
<div class="buttons">
2020
<a class="button button-secondary" href="https://doc.rust-lang.org/book/">{{fluent "learn-book-button"}}</a>
@@ -23,15 +23,15 @@
2323
</div>
2424
</div>
2525
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l pb4 pb5-m pb0-ns ph4-l">
26-
<div class="v-top pl4 pl0-l pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
26+
<div class="v-top pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
2727
<p class="flex-grow-1">{{fluent "learn-rustlings"}}</p>
2828
<div class="buttons">
2929
<a class="button button-secondary" href="https://github.com/rust-lang/rustlings/">{{fluent "learn-rustlings-button"}}</a>
3030
</div>
3131
</div>
3232
</div>
3333
<div class="flex flex-row flex-column-l justify-between-l mw8 measure-wide-l pb4 pb5-m pb0-ns ph4-l">
34-
<div class="v-top pl4 pl0-l pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
34+
<div class="v-top pt3-l measure-wide-l flex-l flex-column-l flex-auto-l">
3535
<p class="flex-grow-1">{{fluent "learn-rbe"}}</p>
3636
<div class="buttons">
3737
<a class="button button-secondary" href="https://doc.rust-lang.org/rust-by-example/">{{fluent "learn-rbe-button"}}</a>

0 commit comments

Comments
 (0)