summaryrefslogtreecommitdiffstats
path: root/docs/html/wear/index.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/wear/index.jd')
-rw-r--r--docs/html/wear/index.jd3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd
index 659e9f2..e0a8d12 100644
--- a/docs/html/wear/index.jd
+++ b/docs/html/wear/index.jd
@@ -15,7 +15,6 @@ page.customHeadTag=<link rel="stylesheet" type="text/css" href="/wear/css/wear.c
-
<div id="video-container">
<div id="video-frame">
<div class="video-close">
@@ -397,7 +396,7 @@ $("#icon-video-close").on("click", function() {
<script>
$("a.wear-down-arrow").on("click", function(e) {
$("body").animate({
- scrollTop: $(".wear-hero").height() + 76
+ scrollTop: $(".wear-hero").height() + 128
}, 1000, "easeOutQuint");
e.preventDefault();
});