Merge pull request #4 from pmarsceill/fix-title

fix title align
This commit is contained in:
Patrick Marsceill 2018-10-23 13:54:49 -04:00 committed by GitHub
commit 778e142411
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,9 +11,11 @@
@include mq(md) {
position: absolute;
top: $gutter-spacing;
top: $sp-4;
right: 0;
z-index: 101;
padding-bottom: $sp-4;
box-shadow: inset 0 -1px 0 $border-color;
}
}