Fix alignment of "Follow" button in author profile

- Close #274
This commit is contained in:
Michael Rose 2016-04-18 16:13:53 -04:00
parent 1325e666ef
commit 0bf2d67635
2 changed files with 6 additions and 3 deletions

View file

@ -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;
@ -142,7 +142,10 @@
@include breakpoint($large) {
display: block;
}
.btn {
button {
margin-bottom: 0;
@include breakpoint($large) {
display: none;
}

File diff suppressed because one or more lines are too long