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 // Component jump menu
.docs-jump-menu { .docs-jump-menu {
position: absolute; position: absolute;
left: 20px; left: 15px;
display: block; display: block;
color: #777; color: #777;
cursor: pointer; 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 // Main homepage header content
// "Build mobile apps using simple..." // "Build mobile apps using simple..."

Loading…
Cancel
Save