From 170149ca1d65b8520e7e14abb006e065df262aad Mon Sep 17 00:00:00 2001 From: Facebook GitHub Bot Date: Wed, 18 Oct 2017 17:00:24 +0000 Subject: [PATCH] update website [ci skip] --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index 7f6aec0a67..2a8f36fda2 100644 --- a/css/main.css +++ b/css/main.css @@ -503,7 +503,7 @@ header h2 { background: #2E8555; color: #fff; min-height: 50px; - padding: 10px 0 8px; + padding: 9px 0; position: fixed; width: 100%; z-index: 9999; @@ -1044,10 +1044,10 @@ a:hover code { } .navigationSlider .slidingNav { box-sizing: border-box; - position: absolute; - left: -10px; - right: -10px; - top: -10px; + position: fixed; + left: 0; + right: 0; + top: 0; bottom: auto; } .navigationSlider .slidingNav.slidingNavActive {