Skip to content

Commit

Permalink
Merge branch 'feature/143-improve-contribution'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobiedermann committed Nov 20, 2014
2 parents 35bf6ec + 1040040 commit 6fce718
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
5 changes: 5 additions & 0 deletions less/modules/_articles.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.article {
margin-bottom: 2rem;

p {
margin-bottom: 1.5rem;
}

}
14 changes: 14 additions & 0 deletions less/modules/_social.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,17 @@
}

}

.social-twitter {
line-height: 1.5rem;

a {
color: @color;

&:hover {
color: @color-link-hover;
}

}

}
Loading

0 comments on commit 6fce718

Please sign in to comment.