Skip to content

Commit

Permalink
Update social links to pixyll 2.0
Browse files Browse the repository at this point in the history
Closes johno#178
  • Loading branch information
johno committed Sep 24, 2015
1 parent af61ccf commit 7bcf094
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
Binary file added _includes/.social_links.html.swp
Binary file not shown.
2 changes: 1 addition & 1 deletion _includes/social_links.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="social-icons">
<div class="left">
<div class="social-icons-right">
{% if site.github_username %}
<a class="fa fa-github" href="https://github.com/{{ site.github_username }}"></a>
{% endif %}
Expand Down
5 changes: 0 additions & 5 deletions _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,3 @@
.site-header .site-nav {
text-align: center;
}

.social-icons .left, .social-icons .right {
text-align: center;
float: none;
}
8 changes: 8 additions & 0 deletions _sass/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
margin-left: $space-3;
padding: $space-3;
}

.social-icons-left {
text-align: left;
}

.social-icons-right {
text-align: right;
}
}

@media screen and (min-width: $viewport-medium) {
Expand Down
5 changes: 5 additions & 0 deletions _sass/_social-icons.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.social-icons-left, .social-icons-right {
text-align: center;
float: none;
}

.social-icons {
font-size: 1.25rem;
padding: 0.5em 0 0 0;
Expand Down

0 comments on commit 7bcf094

Please sign in to comment.