Improve social share buttons position for the annotations index and specific annotations

This commit is contained in:
Martín González
2017-02-14 17:11:02 +01:00
parent d656de680d
commit af52fb5670
5 changed files with 61 additions and 28 deletions

View File

@@ -525,7 +525,15 @@ $epigraph-line-height: rem-calc(22);
}
.draft-panels {
position: relative;
padding: 2rem 0;
aside.absolute {
@include breakpoint(medium) {
position: absolute;
right: 0;
}
}
.draft-chooser {
margin-bottom: 2rem;