Skip to content

Commit

Permalink
Fix alignment of "Follow" button in author profile
Browse files Browse the repository at this point in the history
- Close #274
  • Loading branch information
mmistakes committed Apr 18, 2016
1 parent 63e52a2 commit ebb1b19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions assets/_scss/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
.author__urls-wrapper {
position: relative;
display: table-cell;
vertical-align: top;
vertical-align: middle;
font-family: $sans-serif;
z-index: 10;
position: relative;
Expand All @@ -142,7 +142,10 @@
@include breakpoint($large) {
display: block;
}
.btn {

button {
margin-bottom: 0;

@include breakpoint($large) {
display: none;
}
Expand Down
Loading

0 comments on commit ebb1b19

Please sign in to comment.