1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-03 06:50:54 +00:00

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

View File

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