diff --git a/docs/style.css b/docs/style.css index 0df8e6c1..effa8967 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,7 +1,7 @@ body { font-family: sans-serif; margin: 0; -padding: 0; +padding: 30px 0 0; } /* STYLES FOR GLOBAL HEADER */ @@ -13,7 +13,8 @@ padding: 0; #global-header { font-family: 'Source Sans Pro', sans-serif; - position: relative; + position: absolute; + top: 0; background-color: #000000; color: #ffffff; padding: 2.5% 7.5% 2.5%;