Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Fix alignment of "Follow" button in author profile
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroniame committed Apr 18, 2016
1 parent 46ea8d9 commit d5e2ad6
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 d5e2ad6

Please sign in to comment.