Skip to content

Commit 1c9853a

Browse files
authored
Merge pull request #1825 from remlse/align-social-icons
Align social icons in the footer
2 parents 961dcbd + d41d156 commit 1c9853a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/footer.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</div>
3131
<div class="flex flex-column mw8 w-100 measure-wide-l pv2 pv5-m pv2-ns ph4-m ph4-l">
3232
<h4>{{fluent "footer-social"}}</h4>
33-
<div class="flex flex-row flex-wrap">
33+
<div class="flex flex-row flex-wrap items-center">
3434
<a href="https://twitter.com/rustlang"><img src="/static/images/twitter.svg" alt="twitter logo" title="{{fluent "footer-youtube-alt"}}"/></a>
3535
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA"><img class="pv2" src="/static/images/youtube.svg" alt="{{fluent "footer-alt-youtube"}}" title="YouTube"/></a>
3636
<a href="https://discord.gg/rust-lang"><img src="/static/images/discord.svg" alt="discord logo" title="{{fluent "footer-discord-alt"}}"/></a>

0 commit comments

Comments
 (0)