From 19a993f62174f15bb0c9e63df3f58b3d998be907 Mon Sep 17 00:00:00 2001
From: khawkins98 <khawkins98@gmail.com>
Date: Wed, 12 Apr 2017 10:28:29 +0100
Subject: [PATCH] Use dynamic setting for masthead anchor ( #61 )

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 822b385a..bfbf9c74 100755
--- a/index.html
+++ b/index.html
@@ -73,7 +73,7 @@
   </div>
 
   <div data-sticky-container>
-    <div id="masthead" class="masthead" data-sticky data-sticky-on="large" data-top-anchor="180" data-btm-anchor="300000">
+    <div id="masthead" class="masthead" data-sticky data-sticky-on="large" data-top-anchor="content:top" data-btm-anchor="content:bottom">
       <header>
 
         <div id="masthead-black-bar" class="clearfix masthead-black-bar">
-- 
GitLab