UX: On large widths, include more left margin for the timeline

This commit is contained in:
Robin Ward 2016-06-01 14:49:27 -04:00
parent 134e62ae8e
commit 8f6c0885f8
No known key found for this signature in database
GPG Key ID: 0E091E2B4ED1B83D
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
box-sizing: border-box;
z-index: 999;
margin-left: 757px;
@include large-width {
margin-left: 820px;
}
position: fixed;
-webkit-transform: translate3d(0,0,0);