UX: On large widths, include more left margin for the timeline
This commit is contained in:
parent
134e62ae8e
commit
8f6c0885f8
|
@ -12,6 +12,11 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
margin-left: 757px;
|
margin-left: 757px;
|
||||||
|
|
||||||
|
@include large-width {
|
||||||
|
margin-left: 820px;
|
||||||
|
}
|
||||||
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
-webkit-transform: translate3d(0,0,0);
|
-webkit-transform: translate3d(0,0,0);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue