fix alignment

This commit is contained in:
Patrick Marsceill 2018-10-23 14:13:45 -04:00
parent 778e142411
commit 7d4ce89e9b
No known key found for this signature in database
GPG Key ID: 286B93882D828F40
1 changed files with 3 additions and 2 deletions

View File

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