Skip to content

Commit f50e842

Browse files
authored
Merge pull request #527 from rawrmonstar/fix-footer-top-margins
Make top margin of footer columns consistent
2 parents 9ada294 + a0dc286 commit f50e842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/footer.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<footer>
22
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
33
<div class="row">
4-
<div class="four columns" id="get-help">
4+
<div class="four columns mt3 mt0-l" id="get-help">
55
<h4>Get help!</h4>
66
<ul>
77
<li><a href="https://doc.rust-lang.org" target="_blank" rel="noopener">Documentation</a></li>
@@ -12,7 +12,7 @@
1212
{{> languages-dropdown }}
1313
</div>
1414
</div>
15-
<div class="four columns mt5 mt0-l">
15+
<div class="four columns mt3 mt0-l">
1616
<h4>Terms and policies</h4>
1717
<ul>
1818
<li><a href="/policies/code-of-conduct">Code of Conduct</a></li>

0 commit comments

Comments
 (0)