Skip to content

Commit 788babb

Browse files
authored
Merge pull request #773 from skade/fix-get-involved
Use Tachyons in "get-involved"
2 parents 704bdca + cbf27de commit 788babb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/components/panels/get-involved.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<h2>Get involved</h2>
55
<div class="highlight"></div>
66
</header>
7-
<div class="row media">
8-
<div class="six columns" id="read-rust">
7+
<div class="flex flex-column flex-row-l">
8+
<div id="read-rust" class="mw-50-l mr4-l pt0 flex flex-column justify-between-l">
99
<h3>Read Rust</h3>
1010
<p>We love documentation! Take a look at the books available online, as well as key blog posts and user guides.</p>
1111
<a href="learn" class="button button-secondary">Read the book</a>
1212
</div>
13-
<div class="six columns" id="watch-rust">
13+
<div id="watch-rust" class="mw-50-l pt3 pt0-l flex flex-column justify-between-l">
1414
<h3>Watch Rust</h3>
1515
<p>The Rust community has a dedicated YouTube channel collecting a huge range of presentations and
1616
tutorials.</p>

0 commit comments

Comments
 (0)