Browse Source

fix the positioning of the jump menu

pull/530/head
connors 11 years ago
parent
commit
b1b4455d97
  1. 8
      sass/docs.scss

8
sass/docs.scss

@ -210,7 +210,7 @@ body {
// Component jump menu
.docs-jump-menu {
position: absolute;
left: 20px;
left: 15px;
display: block;
color: #777;
cursor: pointer;
@ -281,12 +281,6 @@ body {
}
}
}
// Account for extra margin on large screens
@media screen and (min-width: 1200px) {
.docs-jump-menu {
left: 30px;
}
}
// Main homepage header content
// "Build mobile apps using simple..."

Loading…
Cancel
Save