Skip to content

Commit

Permalink
Fix alignment of "Follow" button in author profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored and sobkowiak committed Apr 29, 2016
1 parent ab9edc7 commit 1805973
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 1805973

Please # to comment.